1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-16 22:01:54 +03:00

join rules -> join rule

This commit is contained in:
Travis Ralston
2019-02-08 09:15:12 -07:00
parent 5d4406cbab
commit 85cfd48744
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ function textForJoinRulesEvent(ev) {
return _t('%(senderDisplayName)s made the room invite only.', {senderDisplayName});
default:
// The spec supports "knock" and "private", however nothing implements these.
return _t('%(senderDisplayName)s changed the join rules to %(rule)s', {
return _t('%(senderDisplayName)s changed the join rule to %(rule)s', {
senderDisplayName,
rule: ev.getContent().join_rule,
});