Groups -> Communities in the UI
Translation files still need updating, and this would be much simpler with a script that could automate the tedium
This commit is contained in:
parent
6f20445a42
commit
eaa5dd5f22
5 changed files with 36 additions and 36 deletions
|
@ -22,7 +22,7 @@ const GroupsButton = function(props) {
|
|||
const ActionButton = sdk.getComponent('elements.ActionButton');
|
||||
return (
|
||||
<ActionButton action="view_my_groups"
|
||||
label={_t("Groups")}
|
||||
label={_t("Communities")}
|
||||
iconPath="img/icons-groups.svg"
|
||||
size={props.size}
|
||||
tooltip={props.tooltip}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue