diff --git a/openslides/motion/templates/motion/import.html b/openslides/motion/templates/motion/import.html index aa36852a7..1c4607693 100644 --- a/openslides/motion/templates/motion/import.html +++ b/openslides/motion/templates/motion/import.html @@ -8,7 +8,10 @@
{% trans 'Select a CSV file to import motions!' %}
-{% trans 'Required comma separated values: {number, title, text, reason, first_name, last_name, is_group}
(number
, reason
and is_group
are optional and may be empty)' %}
+
{% trans 'Required comma separated values' %}:
+ ({% trans 'number, title, text, reason, first_name, last_name, is_group' %})
+
+ {% trans 'number
, reason
and is_group
are optional and may be empty' %}.
{% trans 'Required CSV file encoding: UTF-8 (Unicode).' %}
{% trans 'Select a CSV file to import participants!' %}
-{% trans 'Required comma separated values: {first_name, last_name, gender, group, type, committee, comment}
' %}
+
{% trans 'Required comma separated values' %}:
+ ({% trans 'first_name, last_name, gender, structure level, type, committee, comment' %})
{% trans 'Required CSV file encoding: UTF-8 (Unicode).' %}