More translation updates

This commit is contained in:
Girish Ramakrishnan
2025-11-11 21:15:15 +01:00
parent 4226654772
commit a034b70449
21 changed files with 95 additions and 88 deletions
+3 -2
View File
@@ -98,8 +98,9 @@ async function onRemove() {
const yes = await inputDialog.value.confirm({
message: `Really remove applink?`,
confirmStyle: 'danger',
confirmLabel: t('main.dialog.yes'),
rejectLabel: t('main.dialog.cancel')
confirmLabel: t('main.action.remove'),
rejectLabel: t('main.dialog.cancel'),
rejectStyle: 'secondary'
});
if (!yes) return;