Update translations
This commit is contained in:
@@ -83,13 +83,13 @@ function onActionMenu(domain, event) {
|
||||
action: () => wellKnownDialog.value.open(domain),
|
||||
}, {
|
||||
icon: 'fa-solid fa-pencil-alt',
|
||||
label: t('domains.tooltipEdit'),
|
||||
label: t('main.action.edit'),
|
||||
action: onEdit.bind(null, domain),
|
||||
}, {
|
||||
separator: true,
|
||||
}, {
|
||||
icon: 'fa-solid fa-trash-alt',
|
||||
label: t('domains.tooltipRemove'),
|
||||
label: t('main.action.remove'),
|
||||
disabled: domain.domain.value === dashboardDomain.value,
|
||||
action: onRemove.bind(null, domain),
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user