summaryrefslogtreecommitdiff
path: root/app/views/projects/forks/new.html.haml
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gmail.com>2018-04-15 17:28:59 -0400
committerMark Lapierre <mlapierre@gmail.com>2018-04-25 06:27:07 -0400
commit18ded5f3b6fb7d8d6190bea22301d486daa1ab3a (patch)
treee514f6bc888e802171b690e2684ac50cfaf944d1 /app/views/projects/forks/new.html.haml
parent27bdf206e689eb0d003e6eeb533da876f23f6b73 (diff)
downloadgitlab-ce-18ded5f3b6fb7d8d6190bea22301d486daa1ab3a.tar.gz
Change language to be more inclusive of those with accessibility requirements
Prepare change for internationalization Update locale/gitlab.pot
Diffstat (limited to 'app/views/projects/forks/new.html.haml')
-rwxr-xr-x[-rw-r--r--]app/views/projects/forks/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/forks/new.html.haml b/app/views/projects/forks/new.html.haml
index 475c6ba4d3d..a603b1024eb 100644..100755
--- a/app/views/projects/forks/new.html.haml
+++ b/app/views/projects/forks/new.html.haml
@@ -12,7 +12,7 @@
- if @namespaces.present?
.fork-thumbnail-container.js-fork-content
%h5.prepend-top-0.append-bottom-0.prepend-left-default.append-right-default
- Click to fork the project
+ = _("Select a namespace to fork the project")
- @namespaces.each do |namespace|
= render 'fork_button', namespace: namespace
- else