mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 09:06:03 +00:00
Fixing Lang Typo
This commit is contained in:
@@ -26,7 +26,7 @@ export class CommonSFTPContextMenu extends SFTPContextMenuItemProvider {
|
|||||||
click: async () => {
|
click: async () => {
|
||||||
await panel.openCreateDirectoryModal()
|
await panel.openCreateDirectoryModal()
|
||||||
},
|
},
|
||||||
label: this.translate.instant('Create directory'),
|
label: this.translate.instant('Create Directory'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
click: async () => {
|
click: async () => {
|
||||||
|
Reference in New Issue
Block a user