diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-22 20:10:12 -0700 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-22 20:10:12 -0700 |
| commit | 9e554a5223d5ed7e08e5db58617c9bc1b9564402 (patch) | |
| tree | ee79df0196b73b5ac40fd5ca125070d9986ff50f /app/helpers/search_helper.rb | |
| parent | b3c6f0b297773a946379a6fca8b3165cb66c6754 (diff) | |
| download | gitlab-ce-9e554a5223d5ed7e08e5db58617c9bc1b9564402.tar.gz | |
Update views to single form of address. Change "my" to "your"
Diffstat (limited to 'app/helpers/search_helper.rb')
| -rw-r--r-- | app/helpers/search_helper.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/helpers/search_helper.rb b/app/helpers/search_helper.rb index 7d3fcfa7037..c31a556ff7b 100644 --- a/app/helpers/search_helper.rb +++ b/app/helpers/search_helper.rb @@ -23,9 +23,9 @@ module SearchHelper # Autocomplete results for various settings pages def default_autocomplete [ - { label: "My Profile settings", url: profile_path }, - { label: "My SSH Keys", url: profile_keys_path }, - { label: "My Dashboard", url: root_path }, + { label: "Profile settings", url: profile_path }, + { label: "SSH Keys", url: profile_keys_path }, + { label: "Dashboard", url: root_path }, { label: "Admin Section", url: admin_root_path }, ] end |
