Skip to content

Commit 667e168

Browse files
committed
Show register checks to curators
1 parent 5089257 commit 667e168

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/models/name/quality_checks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ class QcWarning
594594
# - Rule 47 [Checklist-N]
595595
incorrect_spelling: {
596596
checklist: :nomenclature,
597-
message: 'Name should conform original spelling and Latin grammar',
597+
message: 'Name should conform to original spelling and Latin grammar',
598598
rules: %w[47]
599599
}.merge(@@link_to_edit_spelling),
600600
# - Rule 48 is followed by the SeqCode Registry, and also:

app/views/names/_curator_checks.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dl class="main-section name-details curator-checklist collapse border-primary"
3030
id="curator-checklist" style="border-left: 1em solid;">
3131
<% first = true %>
32-
<% %i[nomenclature genomics].each do |section| %>
32+
<% %i[nomenclature genomics register].each do |section| %>
3333
<%
3434
unless @name.qc_warnings.checks.map(&:checklist).uniq.include? section
3535
next

0 commit comments

Comments
 (0)