Skip to content

Commit

Permalink
changing the content about the browser back button
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanieLongden committed Sep 29, 2023
1 parent d55f5f3 commit 9ff1014
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const Page: FC<PageProps> = ({ location }) => (
</ul>

<p className="govuk-body">If the user chooses to sign out, take them to a confirmation page which gives them the option to sign back in. </p>
<p className="govuk-body">If the user navigates using the browser back button, remove the modal and extend their session. </p>
<p className="govuk-body">Remove the modal and extend the session if the user navigates using the browser back button.</p>

<h3 className="govuk-heading-m">The warning countdown </h3>

Expand Down

1 comment on commit 9ff1014

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.