Rewrite description on applied notification

This commit is contained in:
nemunaire 2021-01-22 15:46:15 +01:00
parent 23d7ba8041
commit 97dbac5c2d
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@
"deletions": "no deletions | {count} deletion | {count} deletions",
"done": {
"title": "Zone applied successfully!",
"description": "!"
"description": "Your zone {zone} have been successfully propagated!"
},
"nochange": "There is no changes to apply! Current zone is in sync with the server."
},

View File

@ -322,7 +322,7 @@ export default {
this.$bvModal.hide('modal-applyZone')
this.propagationInProgress = false
this.$bvToast.toast(
this.$t('domains.apply.done.description'), {
this.$t('domains.apply.done.description', { zone: this.domain.domain }), {
title: this.$t('domains.apply.done.title'),
autoHideDelay: 5000,
variant: 'success',