chore(i18n): prepare english for transifex: remove ending or starting space & _comment strings
This commit is contained in:
@@ -30,7 +30,7 @@ habitrpg.controller('NotificationCtrl',
|
||||
|
||||
if ((money > 0) && !!bonus) {
|
||||
if (bonus < 0.01) bonus = 0.01;
|
||||
Notification.text("+ " + Notification.coins(bonus) + window.env.t('streakCoins'));
|
||||
Notification.text("+ " + Notification.coins(bonus) + ' ' + window.env.t('streakCoins'));
|
||||
delete User.user._tmp.streakBonus;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user