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

@ -945,7 +945,7 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
case DecryptSidebar:
return tr("Decrypt messages in sidebar");
case SpaceNotifications:
return tr("Show message counts for spaces");
return tr("Show message counts for communities and tags");
case PrivacyScreen:
return tr("Privacy Screen");
case PrivacyScreenTimeout:
@ -1234,8 +1234,8 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
return tr("Decrypt the messages shown in the sidebar.\nOnly affects messages in "
"encrypted chats.");
case SpaceNotifications:
return tr(
"Choose where to show the total number of notifications contained within a space.");
return tr("Choose where to show the total number of notifications contained within a "
"community or tag.");
case PrivacyScreen:
return tr("When the window loses focus, the timeline will\nbe blurred.");
case MobileMode: