summaryrefslogtreecommitdiff
path: root/app/views/layouts/nav/sidebar/_project.html.haml
diff options
context:
space:
mode:
authorConstance Okoghenun <cokoghenun@gitlab.com>2018-05-21 16:19:55 +0000
committerTim Zallmann <tzallmann@gitlab.com>2018-05-21 16:19:55 +0000
commit3503dfe2b8577fe74e77be26029458fd16dace26 (patch)
tree08a3a67ae62fc0d971b352b64f654df89501f9ca /app/views/layouts/nav/sidebar/_project.html.haml
parent87d2c77b7db4d907a6f09b153c59a391ecc6cca7 (diff)
downloadgitlab-ce-3503dfe2b8577fe74e77be26029458fd16dace26.tar.gz
Renamed 'Overview' to 'Project' in collapsed contextual navigation at a project level
Diffstat (limited to 'app/views/layouts/nav/sidebar/_project.html.haml')
-rw-r--r--app/views/layouts/nav/sidebar/_project.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/sidebar/_project.html.haml b/app/views/layouts/nav/sidebar/_project.html.haml
index 1cdb57bdfe8..f3af15d771d 100644
--- a/app/views/layouts/nav/sidebar/_project.html.haml
+++ b/app/views/layouts/nav/sidebar/_project.html.haml
@@ -19,7 +19,7 @@
= nav_link(path: 'projects#show', html_options: { class: "fly-out-top-item" } ) do
= link_to project_path(@project) do
%strong.fly-out-top-item-name
- = _('Overview')
+ = _('Project')
%li.divider.fly-out-top-item
= nav_link(path: 'projects#show') do
= link_to project_path(@project), title: _('Project details'), class: 'shortcuts-project' do