Add bold to confirmation text in report warning modals [SCI-5710] (#3312)

This commit is contained in:
aignatov-bio 2021-05-11 21:31:23 +02:00 committed by GitHub
parent 114a590a22
commit 36f680a444
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<%= t('projects.reports.new.project_warning_modal.description') %>
<h4>
<%= t('projects.reports.new.project_warning_modal.confirmation') %>
<b><%= t('projects.reports.new.project_warning_modal.confirmation') %></b>
</h4>
</div>
</div>

View file

@ -12,7 +12,7 @@
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<%= t('projects.reports.index.generation.regeneration_modal_body') %>
<h4>
<%= t('projects.reports.index.generation.regeneration_modal_confirmation') %>
<b><%= t('projects.reports.index.generation.regeneration_modal_confirmation') %></b>
</h4>
</div>
</div>

View file

@ -12,7 +12,7 @@
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<%= t('projects.reports.new.template_warning_modal.description') %>
<h4>
<%= t('projects.reports.new.template_warning_modal.confirmation') %>
<b><%= t('projects.reports.new.template_warning_modal.confirmation') %></b>
</h4>
</div>
</div>

View file

@ -101,7 +101,7 @@
<%= t("projects.reports.new.exit_modal.description_#{@edit ? 'edit' : 'new'}") %>
</p>
<p>
<%= t("projects.reports.new.exit_modal.description_2") %>
<b><%= t("projects.reports.new.exit_modal.description_2") %></b>
</p>
</div>
<div class="modal-footer">