From d710c5d3fae371e98b0f91fd32c899a4af2df426 Mon Sep 17 00:00:00 2001 From: boonkerz Date: Wed, 30 Mar 2022 09:10:16 +0200 Subject: [PATCH] Update tabby-ssh/src/sftpContextMenu.ts Co-authored-by: Eugeny --- tabby-ssh/src/sftpContextMenu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabby-ssh/src/sftpContextMenu.ts b/tabby-ssh/src/sftpContextMenu.ts index 8e8b5f9c..afdbe96f 100644 --- a/tabby-ssh/src/sftpContextMenu.ts +++ b/tabby-ssh/src/sftpContextMenu.ts @@ -27,7 +27,7 @@ export class CommonSFTPContextMenu extends SFTPContextMenuItemProvider { click: async () => { await this.createDirectory(item, panel) }, - label: this.translate.instant('Create Directory'), + label: this.translate.instant('Create directory'), }, { click: async () => {