From 18ded5f3b6fb7d8d6190bea22301d486daa1ab3a Mon Sep 17 00:00:00 2001 From: Mark Lapierre Date: Sun, 15 Apr 2018 17:28:59 -0400 Subject: Change language to be more inclusive of those with accessibility requirements Prepare change for internationalization Update locale/gitlab.pot --- app/views/projects/forks/new.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 app/views/projects/forks/new.html.haml (limited to 'app/views/projects/forks/new.html.haml') diff --git a/app/views/projects/forks/new.html.haml b/app/views/projects/forks/new.html.haml old mode 100644 new mode 100755 index 475c6ba4d3d..a603b1024eb --- 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 -- cgit v1.2.1