mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 12:58:53 +03:00
Rename Flair feature to Groups
This commit is contained in:
parent
739ddb8410
commit
18e0d8da86
2 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||
|
|
|
@ -191,7 +191,7 @@ export default class Flair extends React.Component {
|
|||
|
||||
componentWillMount() {
|
||||
this._unmounted = false;
|
||||
if (UserSettingsStore.isFeatureEnabled('feature_flair') && groupSupport) {
|
||||
if (UserSettingsStore.isFeatureEnabled('feature_groups') && groupSupport) {
|
||||
this._generateAvatars();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue