Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update design system to version 24.0.3 #288

Merged
merged 4 commits into from
Sep 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .design-system-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.0.0
24.0.3
52 changes: 24 additions & 28 deletions app/translations/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2020-09-11 13:59+0100\n"
"POT-Creation-Date: 2020-09-17 10:04+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -422,60 +422,60 @@ msgstr ""
msgid "There is a problem with this page"
msgstr ""

#: templates/census-thank-you.html:21
#: templates/census-thank-you.html:22
msgid "Thank you for completing your census"
msgstr ""

#: templates/census-thank-you.html:23
#: templates/census-thank-you.html:24
msgid "Thank you for completing the census"
msgstr ""

#: templates/census-thank-you.html:25
#: templates/census-thank-you.html:26
msgid "Thank you for completing the survey"
msgstr ""

#: templates/census-thank-you.html:31
#: templates/census-thank-you.html:32
msgid ""
"Your individual census has been submitted for "
"<strong>{display_address}</strong>"
msgstr ""

#: templates/census-thank-you.html:33
#: templates/census-thank-you.html:34
msgid ""
"Your census has been submitted for the household at "
"<strong>{display_address}</strong>"
msgstr ""

#: templates/census-thank-you.html:35
#: templates/census-thank-you.html:36
msgid ""
"Your census has been submitted for the accommodation at "
"<strong>{display_address}</strong>"
msgstr ""

#: templates/census-thank-you.html:36
#: templates/census-thank-you.html:37
msgid ""
"Anyone staying at this accommodation for at least 6 months needs to fill "
"in their own individual census, including staff. Your Census Officer will"
" provide you with census forms for your residents."
msgstr ""

#: templates/census-thank-you.html:42
#: templates/census-thank-you.html:49
msgid ""
"Your personal information is protected by law and will be kept "
"confidential"
msgstr ""

#: templates/census-thank-you.html:46
#: templates/census-thank-you.html:53
msgid "Get confirmation email"
msgstr ""

#: templates/census-thank-you.html:47
#: templates/census-thank-you.html:54
msgid ""
"If you would like to be sent confirmation that you have completed your "
"census enter your email address"
msgstr ""

#: templates/census-thank-you.html:57
#: templates/census-thank-you.html:64
msgid ""
"Make sure you <a href='{url}'>leave this page</a> or close your browser "
"if using a shared device"
Expand Down Expand Up @@ -611,31 +611,31 @@ msgstr ""
msgid "Submission successful"
msgstr ""

#: templates/thank-you.html:19
#: templates/thank-you.html:20
msgid ""
"Your answers were submitted for <span>{ru_name}</span> "
"({trading_as_name}) on {submitted_date_time}"
msgstr ""

#: templates/thank-you.html:24
#: templates/thank-you.html:25
msgid ""
"Your answers were submitted for <span>{ru_name}</span> on "
"{submitted_date_time}"
msgstr ""

#: templates/thank-you.html:30
#: templates/thank-you.html:31
msgid "Transaction ID: <b>{transaction_id}</b>"
msgstr ""

#: templates/thank-you.html:33
#: templates/thank-you.html:34
msgid "Your answers will be processed in the next few weeks."
msgstr ""

#: templates/thank-you.html:34
#: templates/thank-you.html:35
msgid "We may contact you to query your answers via phone or secure message."
msgstr ""

#: templates/thank-you.html:35
#: templates/thank-you.html:36
msgid "For more information on how we use this data."
msgstr ""

Expand Down Expand Up @@ -903,31 +903,27 @@ msgstr ""
msgid "Or"
msgstr ""

#: templates/partials/answers/address.html:11
msgid "Enter address or postcode and select from results"
msgstr ""

#: templates/partials/answers/address.html:16
#: templates/partials/answers/address.html:10
msgid "Address line 1"
msgstr ""

#: templates/partials/answers/address.html:21
#: templates/partials/answers/address.html:15
msgid "Address line 2"
msgstr ""

#: templates/partials/answers/address.html:25
#: templates/partials/answers/address.html:19
msgid "Town or city"
msgstr ""

#: templates/partials/answers/address.html:29
#: templates/partials/answers/address.html:23
msgid "Postcode"
msgstr ""

#: templates/partials/answers/address.html:33
#: templates/partials/answers/address.html:27
msgid "Search for an address"
msgstr ""

#: templates/partials/answers/address.html:34
#: templates/partials/answers/address.html:28
msgid "Manually enter address"
msgstr ""

Expand Down
6 changes: 0 additions & 6 deletions templates/partials/answers/address.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
"id": answer.id,
"legend": question.title,
"legendClasses": "u-vh",
"autosuggest":{
"label": {
"text": _("Enter address or postcode and select from results")
},
"isEditable": true,
},
"line1": {
"label": _("Address line 1"),
"value": address_form.line1._value() | e,
Expand Down