Fix a few lowhaning TODOs
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user