Fix a few lowhaning TODOs
This commit is contained in:
@@ -101,7 +101,7 @@ function onCopyToClipboard(password) {
|
||||
|
||||
async function onRemove(id) {
|
||||
const yes = await inputDialog.value.confirm({
|
||||
message: 'Really remove this password?', // TODO translate
|
||||
message: t('profile.removeAppPassword.title'),
|
||||
modal: true,
|
||||
confirmStyle: 'danger',
|
||||
confirmLabel: t('main.dialog.yes'),
|
||||
|
||||
Reference in New Issue
Block a user