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

Move AB text into locale files #3939

Closed
wants to merge 1 commit into from
Closed
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 app/views/transaction/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<% if hmrc_temporary_ab_test_variant_b? %>
<%= render "govuk_publishing_components/components/govspeak", {} do %>
<p><%= t('ab_testing.ready_reckoner_video_description') %></p>
<p><a href="https://www.youtube.com/watch?v=xHn31myAkio">How do I budget for my Self Assessment tax bill?</a></p>
<p><a href="<%= t('ab_testing.ready_reckoner_video_link_href') %>"><%= t('ab_testing.ready_reckoner_video_link_text') %></a></p>
<% end %>
<% end %>
</p>
Expand Down
2 changes: 2 additions & 0 deletions config/locales/cy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ cy:
version: fersiwn
visit_govuk_html: Ewch i <a href="/" class="govuk-link">hafan GOV.UK</a> i weld gwasanaethau a gwybodaeth y llywodraeth.
ready_reckoner_video_description:
ready_reckoner_video_link_href:
ready_reckoner_video_link_text:
account:
cookies_and_feedback:
cookie_consent:
Expand Down
2 changes: 2 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ en:
version: version
visit_govuk_html: Visit the <a href="/" class="govuk-link">GOV.UK homepage</a> to find government services and information.
ready_reckoner_video_description: Watch this video to find out how a budget payment plan can help you pay your tax bill on time.
ready_reckoner_video_link_href: https://www.youtube.com/watch?v=xHn31myAkio
ready_reckoner_video_link_text: How do I budget for my Self Assessment tax bill?
account:
cookies_and_feedback:
cookie_consent:
Expand Down
Loading