diff options
Diffstat (limited to 'app/views/imports/settings.html.erb')
-rw-r--r-- | app/views/imports/settings.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/imports/settings.html.erb b/app/views/imports/settings.html.erb index 0bc87dd9c..374dba5b1 100644 --- a/app/views/imports/settings.html.erb +++ b/app/views/imports/settings.html.erb @@ -6,7 +6,7 @@ <p> <label><%= l(:label_fields_separator) %></label> <%= select_tag 'import_settings[separator]', - options_for_select([[l(:label_coma_char), ','], [l(:label_semi_colon_char), ';']], @import.settings['separator']) %> + options_for_select([[l(:label_comma_char), ','], [l(:label_semi_colon_char), ';']], @import.settings['separator']) %> </p> <p> <label><%= l(:label_fields_wrapper) %></label> |