We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd9c9e commit cc095dbCopy full SHA for cc095db
1 file changed
app/models/name/quality_checks.rb
@@ -179,7 +179,7 @@ class QcWarning
179
similar_names_validly_published: {
180
message: lambda { |w|
181
similar = w.name.similar_names(:valid).limit(5)
182
- .map { |i| link_to(name.reload) }
+ .map { |name| link_to(name.reload) }
183
<<~MSG.html_safe
184
Name is similar in spelling to: #{similar.to_sentence}.
185
Consider variations that are less prone to confusion
0 commit comments