Fix haml-lint Rubocop Style/StringLiterals
cop (#25948)
This commit is contained in:
parent
19208aa422
commit
d0f00206dc
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
= t("imports.titles.#{@bulk_import.type}")
|
||||
|
||||
- if @bulk_import.likely_mismatched?
|
||||
.flash-message.warning= t("imports.mismatched_types_warning")
|
||||
.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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue