Set correct close label for backup info dialog
This commit is contained in:
@@ -231,7 +231,7 @@ onMounted(async () => {
|
||||
<Section :title="$t('backups.listing.title')">
|
||||
<Dialog ref="infoDialog"
|
||||
:title="$t('backups.backupDetails.title')"
|
||||
:reject-label="$t('main.dialog.cancel')"
|
||||
:reject-label="$t('main.dialog.close')"
|
||||
>
|
||||
<div class="info-row">
|
||||
<div class="info-label">{{ $t('backups.backupDetails.id') }}</div>
|
||||
|
||||
Reference in New Issue
Block a user