mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 00:56:06 +00:00
Fixing Lang Typo
This commit is contained in:
@@ -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 () => {
|
||||
|
Reference in New Issue
Block a user