Commit 5f3eef6e authored by Robert Schilling's avatar Robert Schilling

Add period at snippet visibilty description

parent 0d0c539c
...@@ -47,7 +47,7 @@ module VisibilityLevelHelper ...@@ -47,7 +47,7 @@ module VisibilityLevelHelper
haml_tag :span do haml_tag :span do
case level case level
when Gitlab::VisibilityLevel::PRIVATE when Gitlab::VisibilityLevel::PRIVATE
haml_concat "The snippet is visible only for me" haml_concat "The snippet is visible only for me."
when Gitlab::VisibilityLevel::INTERNAL when Gitlab::VisibilityLevel::INTERNAL
haml_concat "The snippet is visible for any logged in user." haml_concat "The snippet is visible for any logged in user."
when Gitlab::VisibilityLevel::PUBLIC when Gitlab::VisibilityLevel::PUBLIC
......
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