diff options
-rw-r--r-- | app/views/admin_public_body/import_csv.rhtml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/admin_public_body/import_csv.rhtml b/app/views/admin_public_body/import_csv.rhtml index 8bdc5e3f2..1523ef289 100644 --- a/app/views/admin_public_body/import_csv.rhtml +++ b/app/views/admin_public_body/import_csv.rhtml @@ -28,13 +28,13 @@ </p> <blockquote> - #id,name,request_email,name.es<br/> - 1,An Authority,a@example.com,Un organismo<br/> - 2,Another One,another@example.com,Otro organismo<br/> + #id,name,request_email,name.es,tag_string<br/> + 1,An Authority,a@example.com,Un organismo,a_tag another_tag<br/> + 2,Another One,another@example.com,Otro organismo,a_tag<br/> </blockquote> - <p>Supported files: name (i18n), short_name (i18n), request_email (i18n), notes (i18n), - publication_scheme (i18n), home_page.</p> + <p>Supported fields: name (i18n), short_name (i18n), request_email (i18n), notes (i18n), + publication_scheme (i18n), home_page, tag_string (tags separated by spaces).</p> <p><strong>Note:</strong> Choose <strong>dry run</strong> to test, without actually altering the database. Choose <strong>upload</strong> to actually |