Merge pull request #11178 from Alys/mute-ban-block-notification-messages

adjust error messages for muted and banned users, and system flagging error
This commit is contained in:
Matteo Pagliazzi
2019-05-26 11:49:24 +02:00
committed by GitHub
7 changed files with 12 additions and 15 deletions

View File

@@ -400,7 +400,7 @@ export default {
if (this.user.flags.chatRevoked) {
return {
title: this.$t('PMPlaceholderTitleRevoked'),
description: this.$t('PMPlaceholderDescriptionRevoked'),
description: this.$t('chatPrivilegesRevoked'),
};
}
return {