Merge pull request #1202 from Nheko-Reborn/grammar

Grammar
This commit is contained in:
DeepBlueV7.X 2022-10-03 21:37:01 +00:00 committed by GitHub
commit 5e9eb845ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 23 additions and 23 deletions

View file

@ -1958,7 +1958,7 @@ TimelineModel::formatJoinRuleEvent(const QString &id)
case mtx::events::state::JoinRule::Public:
return tr("%1 opened the room to the public.").arg(name);
case mtx::events::state::JoinRule::Invite:
return tr("%1 made this room require and invitation to join.").arg(name);
return tr("%1 made this room require an invitation to join.").arg(name);
case mtx::events::state::JoinRule::Knock:
return tr("%1 allowed to join this room by knocking.").arg(name);
case mtx::events::state::JoinRule::Restricted: {