fix: Remove free space (#7411)
This commit is contained in:
parent
26a75b250d
commit
155a5b9947
@ -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', {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user