summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2015-05-03 15:00:46 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2015-05-03 15:00:46 +0200
commit5f3eef6e56ac4908c3fc67ca238340a3caf5a9b8 (patch)
tree31aaed876d5bb08c4ccf36707fab852a9a3628a0
parent0d0c539c047fdf3b7460d4044fc33a4505c1143b (diff)
downloadgitlab-ce-5f3eef6e56ac4908c3fc67ca238340a3caf5a9b8.tar.gz
Add period at snippet visibilty description
-rw-r--r--app/helpers/visibility_level_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/visibility_level_helper.rb b/app/helpers/visibility_level_helper.rb
index 66a1383d61b..00d4c7f1051 100644
--- a/app/helpers/visibility_level_helper.rb
+++ b/app/helpers/visibility_level_helper.rb
@@ -47,7 +47,7 @@ module VisibilityLevelHelper
haml_tag :span do
case level
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
haml_concat "The snippet is visible for any logged in user."
when Gitlab::VisibilityLevel::PUBLIC