Widget: Align wording with standalone calendar

This commit is contained in:
Raphael Michel
2020-09-24 10:57:13 +02:00
parent 035c707427
commit 0e405d2327

View File

@@ -332,7 +332,7 @@ class WidgetAPIProductList(EventListMixin, View):
availability['text'] = gettext('from %(start_date)s') % {'start_date': date_format(ev.presale_start, "SHORT_DATE_FORMAT")}
else:
availability['color'] = 'orange'
availability['text'] = gettext('Sale soon')
availability['text'] = gettext('Soon')
return availability
def _serialize_events(self, ebd):