From 45eebf47f3733043f761a1678c29895cd3c8d4fd Mon Sep 17 00:00:00 2001 From: Thomas Peterson Date: Wed, 30 Mar 2022 14:01:01 +0200 Subject: [PATCH] Fixing Lang Typo --- tabby-ssh/src/components/sftpPanel.component.pug | 2 +- tabby-ssh/src/sftpContextMenu.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tabby-ssh/src/components/sftpPanel.component.pug b/tabby-ssh/src/components/sftpPanel.component.pug index b4e9dfc1..cbfa705d 100644 --- a/tabby-ssh/src/components/sftpPanel.component.pug +++ b/tabby-ssh/src/components/sftpPanel.component.pug @@ -8,7 +8,7 @@ button.btn.btn-link.btn-sm.d-flex((click)='openCreateDirectoryModal()') i.fas.fa-plus.mr-1 - div(translate) Create Directory + div(translate) Create directory button.btn.btn-link.btn-sm.d-flex((click)='upload()') i.fas.fa-upload.mr-1 diff --git a/tabby-ssh/src/sftpContextMenu.ts b/tabby-ssh/src/sftpContextMenu.ts index 6208b0e0..5a3a8213 100644 --- a/tabby-ssh/src/sftpContextMenu.ts +++ b/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 () => {