Skip to content
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

Merged
merged 6 commits into from
Feb 10, 2025
Merged

ID Content Update #5531

merged 6 commits into from
Feb 10, 2025

Conversation

DrewProebstel
Copy link
Contributor

Link to pivotal/JIRA issue

Is PM acceptance required? (delete one)

  • Yes - don't merge until JIRA issue is accepted!

Reminder: merge main into this branch and get green tests before merging to main

What was done?

  • Content Updates

Copy link

github-actions bot commented Feb 5, 2025

Heroku app: https://gyr-review-app-5531-1d98beb4b3d1.herokuapp.com/
View logs: heroku logs --app gyr-review-app-5531 (optionally add --tail)

Drew Proebstel added 2 commits February 5, 2025 13:43
Copy link
Contributor

@embarnard embarnard left a 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 Show resolved Hide resolved
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}.
Copy link
Contributor

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)

Suggested change
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}.

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}.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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}.

@DrewProebstel DrewProebstel merged commit c4ae31a into main Feb 10, 2025
7 checks passed
@DrewProebstel DrewProebstel deleted the FYST-1653-id-copy-updates branch February 10, 2025 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants