Przeglądaj źródła

fix: Convert multi-line translation string to single

version-14
Gavin D'souza 4 lat temu
rodzic
commit
82685d2545
1 zmienionych plików z 1 dodań i 4 usunięć
  1. +1
    -4
      frappe/core/doctype/data_import/importer.py

+ 1
- 4
frappe/core/doctype/data_import/importer.py Wyświetl plik

@@ -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",
}
)


Ładowanie…
Anuluj
Zapisz