Change language to be more inclusive of those with accessibility requirements
Prepare change for internationalization Update locale/gitlab.pot
This commit is contained in:
parent
27bdf206e6
commit
18ded5f3b6
3 changed files with 12 additions and 3 deletions
2
app/views/projects/forks/new.html.haml
Normal file → Executable file
2
app/views/projects/forks/new.html.haml
Normal file → Executable file
|
@ -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
|
||||
|
|
6
changelogs/unreleased/accessible-text.yml
Executable file
6
changelogs/unreleased/accessible-text.yml
Executable file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Replace "Click" with "Select" to be more inclusive of people with accessibility
|
||||
requirements
|
||||
merge_request: 18386
|
||||
author: Mark Lapierre
|
||||
type: other
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gitlab 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-04-17 11:44+0200\n"
|
||||
"PO-Revision-Date: 2018-04-17 11:44+0200\n"
|
||||
"POT-Creation-Date: 2018-04-24 13:19+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 13:19+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
|
@ -3136,6 +3136,9 @@ msgstr ""
|
|||
msgid "Select Archive Format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select a namespace to fork the project"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select a timezone"
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue