fix missing string and broken var

This commit is contained in:
Matthew Hodgson 2017-06-08 22:48:00 +01:00
parent 3b12a2c431
commit 919ca5d67c
3 changed files with 3 additions and 2 deletions

View file

@ -53,7 +53,7 @@ export default React.createClass({
errMsg = _t('Failed to change password. Is your password correct?');
} else if (err.httpStatus) {
errMsg += _t(
' (HTTP status %(httpStatus))',
' (HTTP status %(httpStatus)s)',
{ httpStatus: err.httpStatus },
);
}