fix: Remove free space (#7411)

This commit is contained in:
TOMMY 2023-06-27 21:58:38 +08:00 committed by GitHub
parent 26a75b250d
commit 155a5b9947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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', {