Fix dialog title
This commit is contained in:
@@ -45,7 +45,7 @@ async function onSendTestMail() {
|
||||
|
||||
const address = await inputDialog.value.prompt({
|
||||
value: result.email,
|
||||
title: t('emails.testMailDialog.title', { domain: domain.value }),
|
||||
title: t('emails.testMailDialog.title'),
|
||||
message: t('emails.testMailDialog.description', { domain: domain.value }),
|
||||
confirmLabel: t('emails.testMailDialog.sendAction'),
|
||||
rejectLabel: t('main.dialog.cancel'),
|
||||
|
||||
Reference in New Issue
Block a user