-
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
Refactor: eligibility start copy #956
Conversation
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.
Non-blocking, but it may be a slight confusion to use the title
msgid naming here for something other than the the page <title>
element, which is how we're mostly using it now right?
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.
Sorry, one thing - can you prep a PR for the updates to our data migrations in benefits-secrets
24205f2
to
c09ade9
Compare
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.
Request to change dmv
to mst_login
on django.po/migration files
I think part of a PR that Kegan's working on will remove |
Yeah let's rename the |
This is ready for re-review |
Re: cal-itp.benefits Infra check failing: #876 (comment) |
start_item_description=_("eligibility.pages.start.mst_login.items[0].text"), | ||
start_blurb=_("eligibility.pages.start.mst_login.p[0]"), | ||
unverified_title=_("eligibility.pages.unverified.mst_login.title"), | ||
unverified_content_title=_("eligibility.pages.unverified.mst_login.content_title"), |
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.
Maybe we should rename this to mst_login.headline
to align with the change on line 167 - and slowly start using headline/sub headline instead of content title.
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 this is a great idea. I'd like to avoid conflicts with #958 so I created separate issue #962 to do this. Does this seem ok to you @machikoyasuda?
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.
One small naming change, but otherwise all good!
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 won't block, but I kind of wish mst
was mst_cc
or similar to align with mst_login
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.
🚀
Once @machikoyasuda approves this, is it ok to merge in even though the Azure pipeline is failing? |
put in actual English copy for Courtesy Card verifier. put placeholder values for Spanish and DMV/OAuth verifiers.
9766990
e0ffe11
to
9766990
Compare
Sorry, had to rebase to resolve conflicts with recent merges |
Closes #942