diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-02-01 22:01:32 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-02-01 22:01:32 +0000 |
commit | 18c9436ba00574d44dc258a2f231d4758b378eae (patch) | |
tree | e9491f190cea11d8821e40774e44d532450ce909 | |
parent | 8ce0205f1553f724f070544d275c7762f480efb3 (diff) |
Typo
-rw-r--r-- | app/views/admin_public_body/import_csv.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_public_body/import_csv.rhtml b/app/views/admin_public_body/import_csv.rhtml index ecd2c38b7..d5717de23 100644 --- a/app/views/admin_public_body/import_csv.rhtml +++ b/app/views/admin_public_body/import_csv.rhtml @@ -31,7 +31,7 @@ <p><strong>CSV file format:</strong> A first row with the list of fields, starting with '#', is optional but highly recommended. The fields 'name' - and 'request_email' are required; additionaly, translated values are supported by + and 'request_email' are required; additionally, translated values are supported by adding the locale name to the field name, e.g. 'name.es', 'name.de'... Example: </p> |