Skip to content

Commit

Permalink
Merge pull request #2162 from alphagov/fix-label
Browse files Browse the repository at this point in the history
Fix label ('Date' -> 'Time')
  • Loading branch information
ChrisBAshton committed May 14, 2024
2 parents ba1ed25 + 294599c commit ec731e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/step_by_step_pages/schedule_datetime.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
id: "time",
name: "schedule[time]",
label: {
text: t("step_by_step_pages.schedule_datetime.date.label"),
text: t("step_by_step_pages.schedule_datetime.time.label"),
bold: true,
},
input: {
Expand Down

0 comments on commit ec731e9

Please sign in to comment.