Skip to content

Commit d48c083

Browse files
committed
Remove feedback link from phase banner
For the trial of the new feedback component, we want to remove the feedback link from the existing phase banner to make the test as fair as possible.
1 parent dd7b71e commit d48c083

2 files changed

Lines changed: 64 additions & 69 deletions

File tree

app/views/layouts/application.html.erb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212

1313
<% content_for :before_content do %>
1414
<%= govuk_phase_banner(tag: { text: "Beta" }) do %>
15-
<%= t("phase_banner.before_link") %>
16-
<%= govuk_link_to t("phase_banner.link"), t("phase_banner.feedback_survey_url") %>
17-
<%= t("phase_banner.after_link") %>
15+
<%= t("phase_banner.text") %>
1816
<% end %>
1917
<%= yield :back_link %>
2018
<%= render ActAsUserBannerComponent::View.new(acting_as_user, actual_user) %>

config/locales/en.yml

Lines changed: 63 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ en:
1111
publishing:
1212
list_item_1: get help with designing, structuring and writing your form and its questions
1313
list_item_2: prepare the starting point on GOV.UK to link to the form
14-
preamble: 'Speak with your organisation’s GOV.UK publishing or content team to:'
14+
preamble: "Speak with your organisation’s GOV.UK publishing or content team to:"
1515
section_1: The platform is designed to help you make forms that are easy to use and accessible, but this also depends on the design, structure and content of your questions.
1616
section_2: When you create a form, follow government standards and guidance to make sure the form is easy to use and accessible.
1717
section_3: Read %{good_forms_link} for information about making forms accessible and links to further guidance.
@@ -31,7 +31,7 @@ en:
3131
list_item_1: a secure work-managed device
3232
list_item_2: a secure individual work email address that’s protected with multi-factor authentication (MFA)
3333
list_item_3: a trusted internet connection - do not sign in using an untrusted public wifi network
34-
preamble: 'You must sign in to GOV.UK Forms using:'
34+
preamble: "You must sign in to GOV.UK Forms using:"
3535
heading: Security
3636
receiving_completed_form_data:
3737
heading: Receiving completed form data
@@ -52,8 +52,8 @@ en:
5252
section_2_link_text: check if you need a service assessment
5353
section_3: Contact the people in your organisation who are responsible for service assurance for help with this.
5454
summary:
55-
first_published: 'First published: 13 September 2024'
56-
last_updated: 'Last updated: 13 September 2024'
55+
first_published: "First published: 13 September 2024"
56+
last_updated: "Last updated: 13 September 2024"
5757
section_1: These terms apply to the way you use GOV.UK Forms.
5858
section_2: You must accept these terms to continue to use GOV.UK Forms.
5959
section_3: If you do not keep to these terms, we may deactivate your account and remove your forms.
@@ -357,7 +357,7 @@ en:
357357
cannot_route_to_next_page: Question %{question_number}’s route %{route_number} is not skipping any questions - edit or delete this route
358358
goto_page_doesnt_exist: The question you’re taking the person to no longer exists - edit question %{question_number}’s route
359359
route_number_for_any_other_answer: for any other answer
360-
prefix: 'Error:'
360+
prefix: "Error:"
361361
exit_page:
362362
no_content_added_html: "<p>No content added</p>"
363363
feedback_link:
@@ -916,30 +916,30 @@ en:
916916
single_line: Ask the question the way you would in person. For example, ‘What’s your reference number?’
917917
pages_question_input:
918918
is_optional_options:
919-
'true': We’ll add ‘(optional)’ to the end of the question text.
919+
"true": We’ll add ‘(optional)’ to the end of the question text.
920920
is_repeatable: Select ‘Yes’ if you want to let someone add more than one answer - for example, listing all their current household members.
921921
is_repeatable_options:
922-
'true': After adding their first answer we’ll ask if they need to add another - up to a maximum of 50.
922+
"true": After adding their first answer we’ll ask if they need to add another - up to a maximum of 50.
923923
pages_selection_bulk_options_input:
924924
include_none_of_the_above: If you select ‘Yes’ we’ll add ‘None of the above’ to the end of your list of options.
925925
pages_selection_none_of_the_above_input:
926926
is_optional_options:
927-
'true': We’ll add ‘(optional)’ to the end of the question or label.
927+
"true": We’ll add ‘(optional)’ to the end of the question or label.
928928
question_text: For example, if you asked them to select the country they live in, you could use ‘Enter the country you live in’.
929929
pages_selection_options_input:
930930
include_none_of_the_above: If you select ‘Yes’ we’ll add ‘None of the above’ to the end of your list of options.
931931
pages_selection_type_input:
932932
only_one_option_options:
933-
'false': Your list can have up to 30 options
934-
'true': Your list can have up to 3,000 options
933+
"false": Your list can have up to 30 options
934+
"true": Your list can have up to 3,000 options
935935
label:
936936
account_name_input:
937937
name: Enter your full name
938938
account_organisation_input:
939939
organisation_id: Select your organisation
940940
account_terms_of_use_input:
941941
agreed_options:
942-
'1': I agree to these terms
942+
"1": I agree to these terms
943943
forms_batch_submissions_input:
944944
batch_frequencies_options:
945945
daily: Get a daily CSV of submissions
@@ -988,17 +988,17 @@ en:
988988
uk_and_international_addresses: UK and international addresses
989989
answer_type_options:
990990
descriptions:
991-
address: ''
992-
date: ''
993-
email: ''
991+
address: ""
992+
date: ""
993+
email: ""
994994
file: People will only be able to upload one file
995-
name: ''
996-
national_insurance_number: ''
995+
name: ""
996+
national_insurance_number: ""
997997
number: People will only be able to enter whole or decimal numbers
998-
organisation_name: ''
999-
phone_number: ''
998+
organisation_name: ""
999+
phone_number: ""
10001000
selection: You’ll be able to create a list of options for people to select from
1001-
text: ''
1001+
text: ""
10021002
input_type: Input type
10031003
names:
10041004
address: Address
@@ -1013,21 +1013,21 @@ en:
10131013
selection: Selection from a list of options
10141014
text: Text
10151015
optional: Optional
1016-
optional_no: 'No'
1017-
optional_yes: 'Yes'
1016+
optional_no: "No"
1017+
optional_yes: "Yes"
10181018
title: Answer type
10191019
date_settings_options:
10201020
input_types:
1021-
date_of_birth: 'Yes'
1022-
other_date: 'No'
1021+
date_of_birth: "Yes"
1022+
other_date: "No"
10231023
names:
1024-
date_of_birth: 'Yes'
1025-
other_date: 'No'
1024+
date_of_birth: "Yes"
1025+
other_date: "No"
10261026
name_settings_options:
10271027
hints:
1028-
first_and_last_name: ''
1028+
first_and_last_name: ""
10291029
first_middle_and_last_name: Middle name will not be mandatory
1030-
full_name: ''
1030+
full_name: ""
10311031
input_type: A single box for the full name is easiest for people to complete - only ask for names separately if you need the individual parts of the name.
10321032
title: Only ask for a title if you really need it. People will be able to enter their preferred title.
10331033
input_types:
@@ -1038,23 +1038,23 @@ en:
10381038
input_type: How do you need to collect the name?
10391039
title: Do you need the person’s title?
10401040
names:
1041-
'false': 'No'
1041+
"false": "No"
10421042
first_and_last_name: First and last names in separate boxes
10431043
first_middle_and_last_name: First, middle and last names in separate boxes
10441044
full_name: Full name in a single box
1045-
'true': 'Yes'
1045+
"true": "Yes"
10461046
title_needed:
1047-
'false': 'No'
1047+
"false": "No"
10481048
name: Title needed
1049-
'true': 'Yes'
1049+
"true": "Yes"
10501050
text_settings_options:
10511051
names:
10521052
long_text: More than a single line of text
10531053
single_line: Single line of text
10541054
pages/change_order_input:
10551055
options:
1056-
'no': No, discard my changes
1057-
'yes': Yes, save this question order
1056+
"no": No, discard my changes
1057+
"yes": Yes, save this question order
10581058
pages_conditions_input:
10591059
default_answer_value: Select an answer
10601060
default_goto_page_id: Select a question or page
@@ -1077,11 +1077,11 @@ en:
10771077
details_title: What files can people upload?
10781078
hint_text: Hint text (optional)
10791079
is_optional_options:
1080-
'false': Mandatory
1081-
'true': Optional
1080+
"false": Mandatory
1081+
"true": Optional
10821082
is_repeatable_options:
1083-
'false': No - this question can only be answered once
1084-
'true': 'Yes'
1083+
"false": No - this question can only be answered once
1084+
"true": "Yes"
10851085
question_text:
10861086
default: Question text
10871087
file: Ask for a file
@@ -1092,23 +1092,23 @@ en:
10921092
routing_page_id: Select the last question you want them to answer before they skip
10931093
pages_selection_bulk_options_input:
10941094
include_none_of_the_above_options:
1095-
'no': 'No'
1096-
'yes': 'Yes'
1095+
"no": "No"
1096+
"yes": "Yes"
10971097
yes_with_question: Yes, and let people provide a different answer
10981098
pages_selection_none_of_the_above_input:
10991099
is_optional_options:
1100-
'false': Mandatory
1101-
'true': Optional
1100+
"false": Mandatory
1101+
"true": Optional
11021102
question_text: Enter a question or label for the text box
11031103
pages_selection_options_input:
11041104
include_none_of_the_above_options:
1105-
'no': 'No'
1106-
'yes': 'Yes'
1105+
"no": "No"
1106+
"yes": "Yes"
11071107
yes_with_question: Yes, and let people provide a different answer
11081108
pages_selection_type_input:
11091109
only_one_option_options:
1110-
'false': One or more options
1111-
'true': One option only
1110+
"false": One or more options
1111+
"true": One option only
11121112
legend:
11131113
account_terms_of_use_input:
11141114
agreed: Do you agree to these terms?
@@ -1240,10 +1240,10 @@ en:
12401240
<p>If necessary, you can <a href="%{archive_welsh_link}">archive the Welsh version</a> to take it offline until you have new translations.</p>
12411241
continue_editing_link_text: Continue editing your form
12421242
mark_complete:
1243-
'false': No, I’ll come back later
1243+
"false": No, I’ll come back later
12441244
hint: Selecting ‘Yes’ will mark this task as complete. You’ll still be able to make changes if you need to.
12451245
legend: Do you want to mark this task as complete?
1246-
'true': 'Yes'
1246+
"true": "Yes"
12471247
markdown_editor:
12481248
edit_markdown_link: Edit markdown
12491249
formatting_help:
@@ -1267,7 +1267,7 @@ en:
12671267
links:
12681268
example: "[Link text](https://www.gov.uk/link-text-url)"
12691269
heading: Links and URLs
1270-
instructions: 'To add a link, use square brackets [ ] around the link text, and round brackets ( ) around the full URL. Make sure there are no spaces between the two sets of brackets. For example:'
1270+
instructions: "To add a link, use square brackets [ ] around the link text, and round brackets ( ) around the full URL. Make sure there are no spaces between the two sets of brackets. For example:"
12711271
new_lines_and_paragraphs:
12721272
heading: New lines and paragraphs
12731273
instructions: |
@@ -1287,11 +1287,11 @@ en:
12871287
second_level_headings:
12881288
example: "## This is a second-level heading"
12891289
heading: Second-level headings
1290-
instructions: 'To add a second-level heading (H2), use 2 hashtags followed by a space. For example:'
1290+
instructions: "To add a second-level heading (H2), use 2 hashtags followed by a space. For example:"
12911291
third_level_headings:
12921292
example: "### This is a third-level heading"
12931293
heading: Third-level headings
1294-
instructions: 'To add a third-level heading (H3), use 3 hashtags followed by a space. For example:'
1294+
instructions: "To add a third-level heading (H3), use 3 hashtags followed by a space. For example:"
12951295
no_markdown_content_html: "<p>No content added</p>"
12961296
preview:
12971297
description: Below is a preview of how your markdown content will be shown to the person completing your form.
@@ -1344,7 +1344,7 @@ en:
13441344
no_submissions_html: "<p>No-one has started or submitted this form in the past 7 days.</p>\n"
13451345
forms_started_but_not_completed: Forms started but not completed
13461346
forms_submitted: Forms submitted
1347-
heading_with_dates: 'Form metrics for the past %{number_of_days} days: %{formatted_date_range}'
1347+
heading_with_dates: "Form metrics for the past %{number_of_days} days: %{formatted_date_range}"
13481348
heading_with_single_date: Form metrics for %{date}
13491349
heading_without_dates: Form metrics
13501350
percentage: "%{number}%"
@@ -1404,8 +1404,8 @@ en:
14041404
condition_goto_page_end_of_form: the end of the form.
14051405
condition_goto_page_text: "%{goto_page_question_number}, “%{goto_page_question_text}”"
14061406
condition_goto_page_text_with_errors: "[Question not selected]"
1407-
condition_group_description: 'Go to %{goto_page_question_number}, ‘%{goto_page_question_text}’ if the answer is:'
1408-
condition_group_description_end_of_form: 'Go to the end of the form if the answer is:'
1407+
condition_group_description: "Go to %{goto_page_question_number}, ‘%{goto_page_question_text}’ if the answer is:"
1408+
condition_group_description_end_of_form: "Go to the end of the form if the answer is:"
14091409
condition_list_key:
14101410
one: Question %{question_number}’s route
14111411
other: Question %{question_number}’s routes
@@ -1457,13 +1457,13 @@ en:
14571457
selection:
14581458
how_many_selections: How many options can people select
14591459
include_none_of_the_above: Include an option for ‘None of the above’
1460-
'no': 'No'
1460+
"no": "No"
14611461
none_of_the_above_question: If ‘None of the above’ is selected
14621462
none_of_the_above_question_optional: "%{question_text} (optional)"
14631463
options: Options
14641464
options_count: "%{number_of_options} options:"
14651465
options_summary: Show %{number_of_options} options
1466-
'yes': 'Yes'
1466+
"yes": "Yes"
14671467
text:
14681468
length: Length
14691469
page_titles:
@@ -1492,7 +1492,7 @@ en:
14921492
delete_secondary_skip: Are you sure you want to delete the route for any other answer?
14931493
edit_exit_page: Edit exit page
14941494
email_code_sent: Confirmation code sent
1495-
error_prefix: 'Error: '
1495+
error_prefix: "Error: "
14961496
exit_page_new: Add exit page
14971497
forbidden: You cannot view this page
14981498
group_confirm_upgrade_request: Request to upgrade this trial group
@@ -1516,7 +1516,7 @@ en:
15161516
move_form: Move this form to a different group
15171517
name_settings: Ask for a person’s name
15181518
new_page: Edit question
1519-
new_secondary_skip: 'Route for any other answer: set questions to skip'
1519+
new_secondary_skip: "Route for any other answer: set questions to skip"
15201520
non_crown_agreement_confirmation: You’ve agreed to the GOV.UK Forms agreement
15211521
non_crown_agreement_new: GOV.UK Forms agreement
15221522
not_found: Page not found
@@ -1529,7 +1529,7 @@ en:
15291529
routing_page_caption: Question %{question_number}’s routes
15301530
routing_page_delete: Delete question %{question_number}’s route
15311531
routing_page_edit: Edit route %{route_number}
1532-
routing_page_new: 'Add route %{route_number}: select an answer and where to skip to'
1532+
routing_page_new: "Add route %{route_number}: select an answer and where to skip to"
15331533
selection_none_of_the_above: Ask for an answer if someone selects ‘None of the above’
15341534
selection_options: Create a list of options
15351535
selection_type: How many options should people be able to select?
@@ -1700,10 +1700,7 @@ en:
17001700
heading: Setting up GOV.UK Pay
17011701
submit_button: Save and continue
17021702
phase_banner:
1703-
after_link: will help us improve it.
1704-
before_link: This is a new service, your
1705-
feedback_survey_url: https://surveys.publishing.service.gov.uk/s/T7OW3C/
1706-
link: feedback
1703+
text: This is a new service.
17071704
privacy_policy_input:
17081705
body_html: |
17091706
<p>
@@ -1804,9 +1801,9 @@ en:
18041801
organisation: Organisation
18051802
question_text: Question text
18061803
values:
1807-
'no': 'No'
1804+
"no": "No"
18081805
no_follow_up_question: No follow-up question
1809-
'yes': 'Yes'
1806+
"yes": "Yes"
18101807
forms_that_are_copies:
18111808
download_csv: Download data about all %{tag} forms that are copies as a CSV file
18121809
empty: There are no %{tag} forms that are copies
@@ -2097,10 +2094,10 @@ en:
20972094
title: Edit user
20982095
has_access:
20992096
any: Any access
2100-
'false':
2097+
"false":
21012098
description: Cannot use GOV.UK Forms
21022099
name: Denied
2103-
'true':
2100+
"true":
21042101
description: Can use GOV.UK Forms
21052102
name: Permitted
21062103
index:

0 commit comments

Comments
 (0)