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
@@ -104,8 +104,9 @@ async function onRevokeToken(apiToken) {
title: t('profile.removeApiToken.title'),
message: t('profile.removeApiToken.description', { name: apiToken.name }),
confirmStyle: 'danger',
confirmLabel: t('main.dialog.yes'),
rejectLabel: t('main.dialog.no')
confirmLabel: t('main.action.remove'),
rejectLabel: t('main.dialog.cancel'),
rejectStyle: 'secondary'
});
if (!yes) return;