fix missing translations and typos in i18n

This commit is contained in:
Matthew Hodgson 2017-06-07 18:24:35 +01:00
parent fe487232ad
commit ef2fedc3a9
9 changed files with 13 additions and 11 deletions

View file

@ -231,7 +231,7 @@ module.exports = React.createClass({
if (curr_phase == this.phases.ERROR) {
error_box = (
<div className="mx_Error">
{_t('An error occured: %(error_string)s', {error_string: this.state.error_string})}
{_t('An error occurred: %(error_string)s', {error_string: this.state.error_string})}
</div>
);
}