more translation fixes
This commit is contained in:
@@ -42,10 +42,12 @@ const inputDialog = useTemplateRef('inputDialog');
|
||||
|
||||
async function onRemove(domain) {
|
||||
const yes = await inputDialog.value.confirm({
|
||||
message: t('domains.removeDialog.title', { domain: domain.domain }),
|
||||
title: t('domains.removeDialog.title'),
|
||||
message: t('domains.removeDialog.description', { domain: domain.domain }),
|
||||
confirmStyle: 'danger',
|
||||
confirmLabel: t('domains.removeDialog.removeAction'),
|
||||
rejectLabel: t('main.dialog.cancel')
|
||||
rejectLabel: t('main.dialog.cancel'),
|
||||
rejectStyle: 'secondary'
|
||||
});
|
||||
|
||||
if (!yes) return;
|
||||
|
||||
Reference in New Issue
Block a user