Skip to content

Commit

Permalink
Merge pull request #2234 from alphagov/transition-footer
Browse files Browse the repository at this point in the history
Amend transition footer text
  • Loading branch information
sihugh authored Jul 10, 2020
2 parents 6e7d2a4 + 2ec082a commit 75cdb98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/views/root/_base.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
<li>
<a data-track-category="footerClicked"
data-track-action="transitionLinks"
data-track-label="Transition period: get ready for 2021"
data-track-label="Get ready for new rules in January 2021"
href="/transition"
class="govuk-link">
Transition period: get ready for 2021
Get ready for new rules in January 2021
</a>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion startup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash

bundle install
bundle exec rails s -p 3013

0 comments on commit 75cdb98

Please sign in to comment.