Improve wording for values that were not provided

pull/7348/head
Wieland Lindenthal 5 years ago
parent ad01d27794
commit b239bbaec7
  1. 2
      modules/bcf/app/views/bcf/issues/configure_unknown_statuses.html.erb
  2. 2
      modules/bcf/app/views/bcf/issues/configure_unknown_types.html.erb

@ -7,7 +7,7 @@
<h3>Invalid topic status names found</h3>
<ul>
<% @importer.aggregations.unknown_statuses.each do |name| %>
<li> <%= name.present? ? name : '(No name given)' %></li>
<li> <%= name.present? ? name : '(No status provided)' %></li>
<% end %>
</ul>
<div class="form--field -full-width">

@ -7,7 +7,7 @@
<h3>Invalid topic type names found</h3>
<ul>
<% @importer.aggregations.unknown_types.each do |name| %>
<li> <%= name.present? ? name : '(No name given)' %></li>
<li> <%= name.present? ? name : '(No type provided)' %></li>
<% end %>
</ul>
<div class="form--field -full-width">

Loading…
Cancel
Save