Fix faulty translation in GroupView
This commit is contained in:
parent
d4aac4a69c
commit
a85a011db9
2 changed files with 2 additions and 2 deletions
|
@ -992,7 +992,7 @@ export default React.createClass({
|
|||
}
|
||||
return (
|
||||
<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 }
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue