This commit is contained in:
Eugene Pankov
2020-03-16 22:41:59 +01:00
parent baaebb402e
commit 50959f4490
4 changed files with 33 additions and 50 deletions

View File

@@ -96,7 +96,7 @@ export class SSHSettingsTabComponent {
this.hostApp.getWindow(),
{
type: 'warning',
message: `Delete "${group}"?`,
message: `Delete "${group.name}"?`,
buttons: ['Keep', 'Delete'],
defaultId: 1,
}