fix broken vars
This commit is contained in:
parent
6b1ffaff7a
commit
612cad5d9e
4 changed files with 18 additions and 18 deletions
|
@ -93,8 +93,8 @@ export default React.createClass({
|
|||
if (err.httpStatus === 403) {
|
||||
errMsg = _t('Failed to change password. Is your password correct?');
|
||||
} else if (err.httpStatus) {
|
||||
errMsg += _t(
|
||||
' (HTTP status %(httpStatus)s)',
|
||||
errMsg += ' ' + _t(
|
||||
'(HTTP status %(httpStatus)s)',
|
||||
{ httpStatus: err.httpStatus },
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue