chore(i18n): prepare english for transifex: remove ending or starting space & _comment strings
This commit is contained in:
@@ -36,7 +36,7 @@ angular.module('authCtrl', [])
|
||||
} else if (!!data && !!data.err) {
|
||||
$window.alert(data.err);
|
||||
} else {
|
||||
$window.alert(window.env.t('errorUpCase') + status);
|
||||
$window.alert(window.env.t('errorUpCase') + ' ' + status);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user