Replace some user visible mentions of spaces
This commit is contained in:
parent
30882d4aa9
commit
7ec842ba51
7 changed files with 15 additions and 15 deletions
|
|
@ -210,9 +210,9 @@ PowerlevelsTypeListModel::data(const QModelIndex &index, int role) const
|
|||
return tr("Ban servers using policy rules");
|
||||
|
||||
else if (type.type == "m.space.child")
|
||||
return tr("Edit child rooms");
|
||||
return tr("Edit child communities and rooms");
|
||||
else if (type.type == "m.space.parent")
|
||||
return tr("Change parent spaces");
|
||||
return tr("Change parent communities");
|
||||
|
||||
else if (type.type == "m.call.invite")
|
||||
return tr("Start a call");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue