You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
Rename Flair feature to Groups
This commit is contained in:
@@ -35,7 +35,7 @@ export default {
|
||||
},
|
||||
{
|
||||
name: "-",
|
||||
id: 'feature_flair',
|
||||
id: 'feature_groups',
|
||||
default: false,
|
||||
},
|
||||
],
|
||||
@@ -43,7 +43,7 @@ export default {
|
||||
// horrible but it works. The locality makes this somewhat more palatable.
|
||||
doTranslations: function() {
|
||||
this.LABS_FEATURES[0].name = _t("Matrix Apps");
|
||||
this.LABS_FEATURES[1].name = _t("Flair");
|
||||
this.LABS_FEATURES[1].name = _t("Groups");
|
||||
},
|
||||
|
||||
loadProfileInfo: function() {
|
||||
|
||||
Reference in New Issue
Block a user