Yet more translation fixes

This commit is contained in:
Girish Ramakrishnan
2025-11-07 18:35:34 +01:00
parent 4fd399eae9
commit 572bd19df6
7 changed files with 44 additions and 36 deletions
+1
View File
@@ -32,6 +32,7 @@ async function onReboot() {
confirmLabel: t('main.rebootDialog.rebootAction'),
confirmStyle: 'danger',
rejectLabel: t('main.dialog.cancel'),
rejectStyle: 'secondary'
});
if (!confirmed) return;