Fix haml-lint Rubocop Style/StringLiterals cop (#25948)

This commit is contained in:
Matt Jankowski
2023-07-17 10:57:18 -04:00
committed by GitHub
parent 19208aa422
commit d0f00206dc
2 changed files with 3 additions and 3 deletions

View File

@ -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)