Skip to content

Commit

Permalink
Tweaks to access log page title
Browse files Browse the repository at this point in the history
To make it more consistent with other similar pages.
  • Loading branch information
floehopper committed Dec 5, 2023
1 parent c9f6249 commit 217123a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/users/event_logs.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<% content_for :title, "Account access log" %>
<% content_for :title_caption, "Manage other users" %>
<% content_for :title, "Account access log for #{@user.name}" %>
<% content_for :breadcrumbs,
render("govuk_publishing_components/components/breadcrumbs", {
collapse_on_mobile: true,
Expand Down

0 comments on commit 217123a

Please sign in to comment.