Skip to content

Commit

Permalink
feat: update SBMTD name helper text based on Figma
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Apr 15, 2024
1 parent f856862 commit 237b571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benefits/eligibility/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def __init__(self, *args, **kwargs):
"Please enter your last name the same way it is printed on your card, including capital letters and hyphens."
),
sub_label=_("Reduced Fare Mobility ID card number"),
sub_help_text=_("This is a 4-digit number on the back of your card."),
sub_help_text=_("This is a 4-digit number on the front of your card."),
sub_placeholder="1234",
name_max_length=255,
sub_input_mode="numeric",
Expand Down

0 comments on commit 237b571

Please sign in to comment.