Skip to content

Commit fe35566

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 06e2419 commit fe35566

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:
@@ -912,30 +912,30 @@ en:
912912
single_line: Ask the question the way you would in person. For example, ‘What’s your reference number?’
913913
pages_question_input:
914914
is_optional_options:
915-
'true': We’ll add ‘(optional)’ to the end of the question text.
915+
"true": We’ll add ‘(optional)’ to the end of the question text.
916916
is_repeatable: Select ‘Yes’ if you want to let someone add more than one answer - for example, listing all their current household members.
917917
is_repeatable_options:
918-
'true': After adding their first answer we’ll ask if they need to add another - up to a maximum of 50.
918+
"true": After adding their first answer we’ll ask if they need to add another - up to a maximum of 50.
919919
pages_selection_bulk_options_input:
920920
include_none_of_the_above: If you select ‘Yes’ we’ll add ‘None of the above’ to the end of your list of options.
921921
pages_selection_none_of_the_above_input:
922922
is_optional_options:
923-
'true': We’ll add ‘(optional)’ to the end of the question or label.
923+
"true": We’ll add ‘(optional)’ to the end of the question or label.
924924
question_text: For example, if you asked them to select the country they live in, you could use ‘Enter the country you live in’.
925925
pages_selection_options_input:
926926
include_none_of_the_above: If you select ‘Yes’ we’ll add ‘None of the above’ to the end of your list of options.
927927
pages_selection_type_input:
928928
only_one_option_options:
929-
'false': Your list can have up to 30 options
930-
'true': Your list can have up to 3,000 options
929+
"false": Your list can have up to 30 options
930+
"true": Your list can have up to 3,000 options
931931
label:
932932
account_name_input:
933933
name: Enter your full name
934934
account_organisation_input:
935935
organisation_id: Select your organisation
936936
account_terms_of_use_input:
937937
agreed_options:
938-
'1': I agree to these terms
938+
"1": I agree to these terms
939939
forms_batch_submissions_input:
940940
batch_frequencies_options:
941941
daily: Get a daily CSV of submissions
@@ -984,17 +984,17 @@ en:
984984
uk_and_international_addresses: UK and international addresses
985985
answer_type_options:
986986
descriptions:
987-
address: ''
988-
date: ''
989-
email: ''
987+
address: ""
988+
date: ""
989+
email: ""
990990
file: People will only be able to upload one file
991-
name: ''
992-
national_insurance_number: ''
991+
name: ""
992+
national_insurance_number: ""
993993
number: People will only be able to enter whole or decimal numbers
994-
organisation_name: ''
995-
phone_number: ''
994+
organisation_name: ""
995+
phone_number: ""
996996
selection: You’ll be able to create a list of options for people to select from
997-
text: ''
997+
text: ""
998998
input_type: Input type
999999
names:
10001000
address: Address
@@ -1009,21 +1009,21 @@ en:
10091009
selection: Selection from a list of options
10101010
text: Text
10111011
optional: Optional
1012-
optional_no: 'No'
1013-
optional_yes: 'Yes'
1012+
optional_no: "No"
1013+
optional_yes: "Yes"
10141014
title: Answer type
10151015
date_settings_options:
10161016
input_types:
1017-
date_of_birth: 'Yes'
1018-
other_date: 'No'
1017+
date_of_birth: "Yes"
1018+
other_date: "No"
10191019
names:
1020-
date_of_birth: 'Yes'
1021-
other_date: 'No'
1020+
date_of_birth: "Yes"
1021+
other_date: "No"
10221022
name_settings_options:
10231023
hints:
1024-
first_and_last_name: ''
1024+
first_and_last_name: ""
10251025
first_middle_and_last_name: Middle name will not be mandatory
1026-
full_name: ''
1026+
full_name: ""
10271027
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.
10281028
title: Only ask for a title if you really need it. People will be able to enter their preferred title.
10291029
input_types:
@@ -1034,23 +1034,23 @@ en:
10341034
input_type: How do you need to collect the name?
10351035
title: Do you need the person’s title?
10361036
names:
1037-
'false': 'No'
1037+
"false": "No"
10381038
first_and_last_name: First and last names in separate boxes
10391039
first_middle_and_last_name: First, middle and last names in separate boxes
10401040
full_name: Full name in a single box
1041-
'true': 'Yes'
1041+
"true": "Yes"
10421042
title_needed:
1043-
'false': 'No'
1043+
"false": "No"
10441044
name: Title needed
1045-
'true': 'Yes'
1045+
"true": "Yes"
10461046
text_settings_options:
10471047
names:
10481048
long_text: More than a single line of text
10491049
single_line: Single line of text
10501050
pages/change_order_input:
10511051
options:
1052-
'no': No, discard my changes
1053-
'yes': Yes, save this question order
1052+
"no": No, discard my changes
1053+
"yes": Yes, save this question order
10541054
pages_conditions_input:
10551055
default_answer_value: Select an answer
10561056
default_goto_page_id: Select a question or page
@@ -1073,11 +1073,11 @@ en:
10731073
details_title: What files can people upload?
10741074
hint_text: Hint text (optional)
10751075
is_optional_options:
1076-
'false': Mandatory
1077-
'true': Optional
1076+
"false": Mandatory
1077+
"true": Optional
10781078
is_repeatable_options:
1079-
'false': No - this question can only be answered once
1080-
'true': 'Yes'
1079+
"false": No - this question can only be answered once
1080+
"true": "Yes"
10811081
question_text:
10821082
default: Question text
10831083
file: Ask for a file
@@ -1088,23 +1088,23 @@ en:
10881088
routing_page_id: Select the last question you want them to answer before they skip
10891089
pages_selection_bulk_options_input:
10901090
include_none_of_the_above_options:
1091-
'no': 'No'
1092-
'yes': 'Yes'
1091+
"no": "No"
1092+
"yes": "Yes"
10931093
yes_with_question: Yes, and let people provide a different answer
10941094
pages_selection_none_of_the_above_input:
10951095
is_optional_options:
1096-
'false': Mandatory
1097-
'true': Optional
1096+
"false": Mandatory
1097+
"true": Optional
10981098
question_text: Enter a question or label for the text box
10991099
pages_selection_options_input:
11001100
include_none_of_the_above_options:
1101-
'no': 'No'
1102-
'yes': 'Yes'
1101+
"no": "No"
1102+
"yes": "Yes"
11031103
yes_with_question: Yes, and let people provide a different answer
11041104
pages_selection_type_input:
11051105
only_one_option_options:
1106-
'false': One or more options
1107-
'true': One option only
1106+
"false": One or more options
1107+
"true": One option only
11081108
legend:
11091109
account_terms_of_use_input:
11101110
agreed: Do you agree to these terms?
@@ -1236,10 +1236,10 @@ en:
12361236
<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>
12371237
continue_editing_link_text: Continue editing your form
12381238
mark_complete:
1239-
'false': No, I’ll come back later
1239+
"false": No, I’ll come back later
12401240
hint: Selecting ‘Yes’ will mark this task as complete. You’ll still be able to make changes if you need to.
12411241
legend: Do you want to mark this task as complete?
1242-
'true': 'Yes'
1242+
"true": "Yes"
12431243
markdown_editor:
12441244
edit_markdown_link: Edit markdown
12451245
formatting_help:
@@ -1263,7 +1263,7 @@ en:
12631263
links:
12641264
example: "[Link text](https://www.gov.uk/link-text-url)"
12651265
heading: Links and URLs
1266-
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:'
1266+
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:"
12671267
new_lines_and_paragraphs:
12681268
heading: New lines and paragraphs
12691269
instructions: |
@@ -1283,11 +1283,11 @@ en:
12831283
second_level_headings:
12841284
example: "## This is a second-level heading"
12851285
heading: Second-level headings
1286-
instructions: 'To add a second-level heading (H2), use 2 hashtags followed by a space. For example:'
1286+
instructions: "To add a second-level heading (H2), use 2 hashtags followed by a space. For example:"
12871287
third_level_headings:
12881288
example: "### This is a third-level heading"
12891289
heading: Third-level headings
1290-
instructions: 'To add a third-level heading (H3), use 3 hashtags followed by a space. For example:'
1290+
instructions: "To add a third-level heading (H3), use 3 hashtags followed by a space. For example:"
12911291
no_markdown_content_html: "<p>No content added</p>"
12921292
preview:
12931293
description: Below is a preview of how your markdown content will be shown to the person completing your form.
@@ -1340,7 +1340,7 @@ en:
13401340
no_submissions_html: "<p>No-one has started or submitted this form in the past 7 days.</p>\n"
13411341
forms_started_but_not_completed: Forms started but not completed
13421342
forms_submitted: Forms submitted
1343-
heading_with_dates: 'Form metrics for the past %{number_of_days} days: %{formatted_date_range}'
1343+
heading_with_dates: "Form metrics for the past %{number_of_days} days: %{formatted_date_range}"
13441344
heading_with_single_date: Form metrics for %{date}
13451345
heading_without_dates: Form metrics
13461346
percentage: "%{number}%"
@@ -1400,8 +1400,8 @@ en:
14001400
condition_goto_page_end_of_form: the end of the form.
14011401
condition_goto_page_text: "%{goto_page_question_number}, “%{goto_page_question_text}”"
14021402
condition_goto_page_text_with_errors: "[Question not selected]"
1403-
condition_group_description: 'Go to %{goto_page_question_number}, ‘%{goto_page_question_text}’ if the answer is:'
1404-
condition_group_description_end_of_form: 'Go to the end of the form if the answer is:'
1403+
condition_group_description: "Go to %{goto_page_question_number}, ‘%{goto_page_question_text}’ if the answer is:"
1404+
condition_group_description_end_of_form: "Go to the end of the form if the answer is:"
14051405
condition_list_key:
14061406
one: Question %{question_number}’s route
14071407
other: Question %{question_number}’s routes
@@ -1453,13 +1453,13 @@ en:
14531453
selection:
14541454
how_many_selections: How many options can people select
14551455
include_none_of_the_above: Include an option for ‘None of the above’
1456-
'no': 'No'
1456+
"no": "No"
14571457
none_of_the_above_question: If ‘None of the above’ is selected
14581458
none_of_the_above_question_optional: "%{question_text} (optional)"
14591459
options: Options
14601460
options_count: "%{number_of_options} options:"
14611461
options_summary: Show %{number_of_options} options
1462-
'yes': 'Yes'
1462+
"yes": "Yes"
14631463
text:
14641464
length: Length
14651465
page_titles:
@@ -1488,7 +1488,7 @@ en:
14881488
delete_secondary_skip: Are you sure you want to delete the route for any other answer?
14891489
edit_exit_page: Edit exit page
14901490
email_code_sent: Confirmation code sent
1491-
error_prefix: 'Error: '
1491+
error_prefix: "Error: "
14921492
exit_page_new: Add exit page
14931493
forbidden: You cannot view this page
14941494
group_confirm_upgrade_request: Request to upgrade this trial group
@@ -1512,7 +1512,7 @@ en:
15121512
move_form: Move this form to a different group
15131513
name_settings: Ask for a person’s name
15141514
new_page: Edit question
1515-
new_secondary_skip: 'Route for any other answer: set questions to skip'
1515+
new_secondary_skip: "Route for any other answer: set questions to skip"
15161516
non_crown_agreement_confirmation: You’ve agreed to the GOV.UK Forms agreement
15171517
non_crown_agreement_new: GOV.UK Forms agreement
15181518
not_found: Page not found
@@ -1525,7 +1525,7 @@ en:
15251525
routing_page_caption: Question %{question_number}’s routes
15261526
routing_page_delete: Delete question %{question_number}’s route
15271527
routing_page_edit: Edit route %{route_number}
1528-
routing_page_new: 'Add route %{route_number}: select an answer and where to skip to'
1528+
routing_page_new: "Add route %{route_number}: select an answer and where to skip to"
15291529
selection_none_of_the_above: Ask for an answer if someone selects ‘None of the above’
15301530
selection_options: Create a list of options
15311531
selection_type: How many options should people be able to select?
@@ -1696,10 +1696,7 @@ en:
16961696
heading: Setting up GOV.UK Pay
16971697
submit_button: Save and continue
16981698
phase_banner:
1699-
after_link: will help us improve it.
1700-
before_link: This is a new service, your
1701-
feedback_survey_url: https://surveys.publishing.service.gov.uk/s/T7OW3C/
1702-
link: feedback
1699+
text: This is a new service.
17031700
privacy_policy_input:
17041701
body_html: |
17051702
<p>
@@ -1800,9 +1797,9 @@ en:
18001797
organisation: Organisation
18011798
question_text: Question text
18021799
values:
1803-
'no': 'No'
1800+
"no": "No"
18041801
no_follow_up_question: No follow-up question
1805-
'yes': 'Yes'
1802+
"yes": "Yes"
18061803
forms_that_are_copies:
18071804
download_csv: Download data about all %{tag} forms that are copies as a CSV file
18081805
empty: There are no %{tag} forms that are copies
@@ -2093,10 +2090,10 @@ en:
20932090
title: Edit user
20942091
has_access:
20952092
any: Any access
2096-
'false':
2093+
"false":
20972094
description: Cannot use GOV.UK Forms
20982095
name: Denied
2099-
'true':
2096+
"true":
21002097
description: Can use GOV.UK Forms
21012098
name: Permitted
21022099
index:

0 commit comments

Comments
 (0)