1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-23 13:13:49 +03:00

Fixing Lang Typo

This commit is contained in:
Thomas Peterson 2022-03-30 13:59:56 +02:00
parent 54aa027764
commit a4600890c3

View File

@ -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 () => {