fix missing string and broken var
This commit is contained in:
parent
3b12a2c431
commit
919ca5d67c
3 changed files with 3 additions and 2 deletions
|
@ -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 },
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue