Browse Source

Fixing Lang Typo

Thomas Peterson 3 years ago
parent
commit
a4600890c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tabby-ssh/src/sftpContextMenu.ts

+ 1 - 1
tabby-ssh/src/sftpContextMenu.ts

@@ -26,7 +26,7 @@ export class CommonSFTPContextMenu extends SFTPContextMenuItemProvider {
                 click: async () => {
                     await panel.openCreateDirectoryModal()
                 },
-                label: this.translate.instant('Create directory'),
+                label: this.translate.instant('Create Directory'),
             },
             {
                 click: async () => {