Merge pull request #5707 from luisramos0/missing_spaces

Add space after translations so that translators dont have to guess a space is needed
This commit is contained in:
Luis Ramos
2020-07-03 16:10:55 +01:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

@@ -12,4 +12,4 @@ Darkswarm.filter "sensible_timeframe", (date_in_wordsFilter)->
if moment().add(2, 'days') < moment(date, dateFormat)
t 'orders_open'
else
t('closing') + date_in_wordsFilter(date)
t('closing') + ' ' + date_in_wordsFilter(date)