diff --git a/tabby-settings/src/components/configSyncSettingsTab.component.ts b/tabby-settings/src/components/configSyncSettingsTab.component.ts index 0903c600..d4fb657d 100644 --- a/tabby-settings/src/components/configSyncSettingsTab.component.ts +++ b/tabby-settings/src/components/configSyncSettingsTab.component.ts @@ -112,9 +112,9 @@ export class ConfigSyncSettingsTabComponent extends BaseComponent { if ((await this.platform.showMessageBox({ type: 'warning', message: this.translate.instant('Delete the config on the remote side?'), - buttons: [ - this.translate.instant('Delete'), - this.translate.instant('Cancel'), + buttons: [ + this.translate.instant('Delete'), + this.translate.instant('Cancel'), ], defaultId: 1, cancelId: 1,