replace similar messages about chat privileges removed with one generic one

This commit is contained in:
Alys
2019-05-26 07:52:10 +10:00
parent 344c20fd99
commit b9b944ba29
5 changed files with 10 additions and 13 deletions

View File

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