mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-04 07:09:14 +00:00
Removing a redundant 'in'
This commit is contained in:
@@ -7,4 +7,4 @@ Darkswarm.filter "sensible_timeframe", (date_in_wordsFilter)->
|
||||
if moment().add('days', 2) < moment(date)
|
||||
"Orders open"
|
||||
else
|
||||
"Closing in #{date_in_wordsFilter(date)}"
|
||||
"Closing #{date_in_wordsFilter(date)}"
|
||||
|
||||
Reference in New Issue
Block a user