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
@@ -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'),