-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eligibility Confirm: Update copy, add form input helper text #959
Conversation
…in English and Spanish; add TODO for Sub placeholder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes look good to me 👍
@@ -146,9 +146,11 @@ def load_sample_data(app, *args, **kwargs): | |||
form_content_title=_("eligibility.pages.confirm.mst.content_title"), | |||
form_blurb=_("eligibility.pages.confirm.mst.p[0]"), | |||
form_sub_label=_("eligibility.forms.confirm.mst.fields.sub"), | |||
form_sub_placeholder="B1234567", | |||
form_sub_help_text=_("eligibility.forms.confirm.mst.fields.sub.help_text"), | |||
form_sub_placeholder="TODO: B1234567", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can make this #12345
based on design discussions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But this raises an interesting question - we don't have the #
symbol in the data we'll get from Velocity. So we may need to strip it out here before sending to the Server?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Forgot to note earlier: if we haven't already, we should update data migrations in |
closes #944
What this PR does
form_sub_help_text
,form_sub_name_text
to initial migration, sample data, model and conftest for testingmst.fields.sub.help_text
andmst.fields.name.help_text
in English and TODO for SpanishTODO
for placeholder, to remind us to update the placeholder for sub form inputWhen testing this PR
Remember to run
./bin/init.sh
Screenshots
http://localhost:11369/eligibility/confirm
English

Spanish
