fix broken vars
This commit is contained in:
committed by
David Baker
parent
79816c5726
commit
e3a63c3a6d
@@ -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 },
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user