Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2015-05-03 16:00:46 +0300
committerRobert Schilling <rschilling@student.tugraz.at>2015-05-03 16:00:46 +0300
commit5f3eef6e56ac4908c3fc67ca238340a3caf5a9b8 (patch)
tree31aaed876d5bb08c4ccf36707fab852a9a3628a0 /app/helpers/visibility_level_helper.rb
parent0d0c539c047fdf3b7460d4044fc33a4505c1143b (diff)
Add period at snippet visibilty description
Diffstat (limited to 'app/helpers/visibility_level_helper.rb')
-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