Pluralize csv imports (#27094)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
63a959099b
commit
160917e718
3 changed files with 40 additions and 16 deletions
|
@ -5,9 +5,9 @@
|
|||
.flash-message.warning= t('imports.mismatched_types_warning')
|
||||
|
||||
- if @bulk_import.overwrite?
|
||||
%p.hint= t("imports.overwrite_preambles.#{@bulk_import.type}_html", filename: @bulk_import.original_filename, total_items: @bulk_import.total_items)
|
||||
%p.hint= t("imports.overwrite_preambles.#{@bulk_import.type}_html", filename: @bulk_import.original_filename, count: @bulk_import.total_items)
|
||||
- else
|
||||
%p.hint= t("imports.preambles.#{@bulk_import.type}_html", filename: @bulk_import.original_filename, total_items: @bulk_import.total_items)
|
||||
%p.hint= t("imports.preambles.#{@bulk_import.type}_html", filename: @bulk_import.original_filename, count: @bulk_import.total_items)
|
||||
|
||||
.simple_form
|
||||
.actions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue