You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
Fix faulty translation in GroupView
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user