Skip to content
Snippets Groups Projects
Commit 5f3eef6e authored by Robert Schilling's avatar Robert Schilling
Browse files

Add period at snippet visibilty description

parent 0d0c539c
No related branches found
No related tags found
No related merge requests found
Loading
@@ -47,7 +47,7 @@ module VisibilityLevelHelper
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment