Add translation string for registry remove question
This commit is contained in:
@@ -39,7 +39,7 @@ function onEditOrAdd(registry = null) {
|
||||
|
||||
async function onRemove(registry) {
|
||||
const yes = await inputDialog.value.confirm({
|
||||
message: 'Really delete this registry?',
|
||||
message: t('settings.privateDockerRegistry.deleteQuestion'),
|
||||
confirmStyle: 'danger',
|
||||
confirmLabel: t('main.dialog.delete'),
|
||||
rejectLabel: t('main.dialog.cancel')
|
||||
|
||||
Reference in New Issue
Block a user