-
Notifications
You must be signed in to change notification settings - Fork 13
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
ID Content Update #5531
ID Content Update #5531
Conversation
Heroku app: https://gyr-review-app-5531-1d98beb4b3d1.herokuapp.com/ |
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.
Looks great! Some small changes needed but no need for re-review
config/locales/en.yml
Outdated
title: | ||
one: Did you make any out-of-state purchases in %{year} without paying sales tax? | ||
other: Did you or your spouse make any out-of-state purchases in %{year} without paying sales tax? | ||
unpaid_sales_use_tax_label_html: Please enter the <b>total amount of purchases</b> that didn’t have sales or use tax applied. | ||
unpaid_sales_use_tax_label_html: Enter the <b>total amount of purchases</b> that didn’t have sales tax applied in %{year}. |
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.
Use strong tags instead of b tags. We usually try to avoid b tags as are listed as WCAG compliance Level A Errors. Screen readers do not normally announce these tags to the user. (source)
unpaid_sales_use_tax_label_html: Enter the <b>total amount of purchases</b> that didn’t have sales tax applied in %{year}. | |
unpaid_sales_use_tax_label_html: Enter the <strong>total amount of purchases</strong> that didn’t have sales tax applied in %{year}. |
config/locales/es.yml
Outdated
title: | ||
many: "¿Tú o tu cónyuge hiciste alguna compra fuera del estado en %{year} sin pagar impuestos sobre ventas?" | ||
one: "¿Hiciste alguna compra fuera del estado en %{year} sin pagar impuestos sobre ventas?" | ||
other: "¿Tú o tu cónyuge hiciste alguna compra fuera del estado en %{year} sin pagar impuestos sobre ventas?" | ||
unpaid_sales_use_tax_label_html: Ingrese el <b>cantidad total de compras</b> a las que no se les aplicaron impuestos sobre las ventas o el uso. | ||
unpaid_sales_use_tax_label_html: Ingresa la <b>cantidad total de compras</b> a las que no se les aplicaron impuestos sobre las ventas o el uso %{year}. |
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.
unpaid_sales_use_tax_label_html: Ingresa la <b>cantidad total de compras</b> a las que no se les aplicaron impuestos sobre las ventas o el uso %{year}. | |
unpaid_sales_use_tax_label_html: Ingresa la <strong>cantidad total de compras</strong> a las que no se les aplicaron impuestos sobre las ventas o el uso %{year}. |
Link to pivotal/JIRA issue
Is PM acceptance required? (delete one)
Reminder: merge main into this branch and get green tests before merging to main
What was done?