fix: Remove free space (#7411)
This commit is contained in:
@@ -169,7 +169,7 @@ export default {
|
|||||||
confirmDeleteMessage() {
|
confirmDeleteMessage() {
|
||||||
return `${this.$t('INBOX_MGMT.DELETE.CONFIRM.MESSAGE')} ${
|
return `${this.$t('INBOX_MGMT.DELETE.CONFIRM.MESSAGE')} ${
|
||||||
this.selectedInbox.name
|
this.selectedInbox.name
|
||||||
} ?`;
|
}?`;
|
||||||
},
|
},
|
||||||
confirmPlaceHolderText() {
|
confirmPlaceHolderText() {
|
||||||
return `${this.$t('INBOX_MGMT.DELETE.CONFIRM.PLACE_HOLDER', {
|
return `${this.$t('INBOX_MGMT.DELETE.CONFIRM.PLACE_HOLDER', {
|
||||||
|
|||||||
Reference in New Issue
Block a user