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 Speicher <rspeicher@gmail.com>2015-06-11 00:38:11 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-06-14 00:59:12 +0300
commitfb5271ddf11be8074d5882b86a4b4dfec12150d4 (patch)
treee09bf6cc6df5af1f7a15e7a716a630e055e906d8 /app/helpers
parentbf9dd4327e36b6ab0b5440dcff747fff27aa5c22 (diff)
Make the dashboard choice text match the text in the sidebar
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/preferences_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/helpers/preferences_helper.rb b/app/helpers/preferences_helper.rb
index c67a34270ff..6a894186ea6 100644
--- a/app/helpers/preferences_helper.rb
+++ b/app/helpers/preferences_helper.rb
@@ -26,8 +26,8 @@ module PreferencesHelper
orig = User.dashboards.keys
choices = [
- ['Projects (default)', orig[0]],
- ['Starred Projects', orig[1]]
+ ['Your Projects (default)', orig[0]],
+ ['Starred Projects', orig[1]]
]
if orig.size != choices.size