Fix a few lowhaning TODOs

This commit is contained in:
Johannes Zellner
2025-03-28 16:09:58 +01:00
parent 79093bf61c
commit 3df0e6fda1
7 changed files with 107 additions and 43 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ function onReset() {
async function onRevokeToken(token) {
const yes = await inputDialog.value.confirm({
message: 'Really remove this token?', // TODO translate
message: t('profile.removeApiToken.title'),
modal: true,
confirmStyle: 'danger',
confirmLabel: t('main.dialog.yes'),