fix: Convert multi-line translation string to single

This commit is contained in:
Gavin D'souza 2021-05-11 16:11:49 +05:30
parent e18f080453
commit 82685d2545

View file

@ -929,10 +929,7 @@ class Column:
self.warnings.append(
{
"col": self.column_number,
"message": _(
"Date format could not be determined from the values in"
" this column. Defaulting to yyyy-mm-dd."
),
"message": _("Date format could not be determined from the values in this column. Defaulting to yyyy-mm-dd."),
"type": "info",
}
)