Replace some user visible mentions of spaces

This commit is contained in:
Nicolas Werner 2022-10-01 15:20:38 +02:00
parent 30882d4aa9
commit 7ec842ba51
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
7 changed files with 15 additions and 15 deletions

View file

@ -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");