Commit a5b5a0de authored by Jarka Kadlecova's avatar Jarka Kadlecova

use downcase instead of underscore

parent 4971b85a
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
.disabled-comment.text-center.prepend-top-default .disabled-comment.text-center.prepend-top-default
%span.issuable-note-warning %span.issuable-note-warning
This This
= issuable.class.to_s.titleize.underscore = issuable.class.to_s.titleize.downcase
is locked. Only is locked. Only
%b project members %b project members
can comment. can comment.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment