Skip to content

Commit f5bea9b

Browse files
Update Print Disability checkbox label copy (#10769)
* Add asterisk to PD checkbox --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7287f08 commit f5bea9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openlibrary/i18n/messages.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ msgstr ""
13981398

13991399
#: openlibrary/plugins/upstream/forms.py
14001400
msgid ""
1401-
"I want to apply for <a href=\"https://help.archive.org/help/program-"
1401+
"I want to apply* for <a href=\"https://help.archive.org/help/program-"
14021402
"overview/\" target=\"_blank\">special print disability access</a> through"
14031403
" a qualifying program."
14041404
msgstr ""

openlibrary/plugins/upstream/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class RegisterForm(Form):
123123
Checkbox(
124124
"pd_request",
125125
description=_(
126-
'I want to apply for <a href="https://help.archive.org/help/program-overview/" target="_blank">'
126+
'I want to apply* for <a href="https://help.archive.org/help/program-overview/" target="_blank">'
127127
'special print disability access</a> through a qualifying program.'
128128
),
129129
),

0 commit comments

Comments
 (0)