1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-06-26 04:01:04 +03:00

fix string typo

This commit is contained in:
Matthew Hodgson
2017-05-27 14:57:52 +01:00
parent 355f4974af
commit 398ad4798e
6 changed files with 6 additions and 6 deletions

View File

@ -100,7 +100,7 @@ function textForMemberEvent(ev) {
}
else if (ev.getPrevContent().membership === "invite") {
return _t(
'%(senderName)s withdrew %(targetName)s\'s inivitation.',
'%(senderName)s withdrew %(targetName)s\'s invitation.',
{senderName: senderName, targetName: targetName}
) + ' ' + reason;
}