You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Fix faulty translation in GroupView
This commit is contained in:
@ -992,7 +992,7 @@ export default React.createClass({
|
|||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<div className="mx_GroupView_error">
|
<div className="mx_GroupView_error">
|
||||||
{ _t('Failed to load %(groupId)', {groupId: this.props.groupId }) }
|
{ _t('Failed to load %(groupId)s', {groupId: this.props.groupId }) }
|
||||||
{ extraText }
|
{ extraText }
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
@ -691,7 +691,7 @@
|
|||||||
"Community Settings": "Community Settings",
|
"Community Settings": "Community Settings",
|
||||||
"Community %(groupId)s not found": "Community %(groupId)s not found",
|
"Community %(groupId)s not found": "Community %(groupId)s not found",
|
||||||
"This Home server does not support communities": "This Home server does not support communities",
|
"This Home server does not support communities": "This Home server does not support communities",
|
||||||
"Failed to load %(groupId)": "Failed to load %(groupId)",
|
"Failed to load %(groupId)s": "Failed to load %(groupId)s",
|
||||||
"Reject invitation": "Reject invitation",
|
"Reject invitation": "Reject invitation",
|
||||||
"Are you sure you want to reject the invitation?": "Are you sure you want to reject the invitation?",
|
"Are you sure you want to reject the invitation?": "Are you sure you want to reject the invitation?",
|
||||||
"Failed to reject invitation": "Failed to reject invitation",
|
"Failed to reject invitation": "Failed to reject invitation",
|
||||||
|
Reference in New Issue
Block a user