Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
tofarr committed Apr 22, 2024
2 parents 859af32 + 922141a commit c8be6d3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
Expand Up @@ -17,6 +17,7 @@ def messages_preview
[StateFile::AutomatedMessage::StillProcessing, {}],
[StateFile::AutomatedMessage::SuccessfulSubmission, {}],
[StateFile::AutomatedMessage::RejectResolutionReminder, {}],
[StateFile::AutomatedMessage::PostDeadlineReminder, {}],
]

automated_messages_and_mailers = automated_messages.map do |m|
Expand Down
14 changes: 12 additions & 2 deletions config/locales/en.yml
Expand Up @@ -1612,8 +1612,18 @@ en:
Questions? Reply to this text.
post_deadline_reminder:
email:
body: "Hi %{primary_first_name},\n\nYou haven't submitted your state tax return yet. As a reminder, state taxes were due by April 15. Make sure to submit your state tax return as soon as possible in order to avoid late filing fees from %{state_name}. \n\nFileYourStateTaxes will be closing its services for the year on April 25. \n\nGo to https://www.fileyourstatetaxes.org/es/us/login-options to finish them now.\n\nNeed help? Reply to this email.\n\nBest,\nThe FileYourStateTaxes team\n"
subject: Make sure to finish filing your state taxes as soon as possible.
body: |-
Hi %{primary_first_name},
We noticed that you have not submitted a state tax return yet with the account associated with this email address. If you submitted your state return another way, or you submitted your return under a different email address, you can disregard this message.
This is a reminder that state taxes were due by April 15, but it's still not too late to file! Go to https://www.fileyourstatetaxes.org/en/us/login-options to check your return status or finish your return now. We encourage you to submit your return as soon as possible in order to avoid late filings fees from %{state_name}. Our services will be closing for the year on April 25. After this date, you will no longer be able to file through FileYourStateTaxes.
Need help? Reply to this email.
Best,
The FileYourStateTaxes team
subject: 'Final Reminder: FileYourStateTaxes closes April 25.'
sms: |
Hi %{primary_first_name} - You haven't submitted your state tax return yet. Make sure to submit your state taxes as soon as possible to avoid late filing fees. Go to fileyourstatetaxes.org/en/us/login-options to finish them now. FileYourStateTaxes will be closing its services for the year on April 25.
Need help? Reply to this text.
Expand Down
14 changes: 12 additions & 2 deletions config/locales/es.yml
Expand Up @@ -1586,8 +1586,18 @@ es:
¿Preguntas? Responde a este mensaje.
post_deadline_reminder:
email:
body: "Hola %{primary_first_name}, \n\nAún no has presentado tu declaración de impuestos estatales. Como recordatorio, los impuestos estatales vencieron el 15 de abril. Asegúrate de presentar tus impuestos estatales lo antes posible para evitar multas por presentación tardía de %{state_name}.\n\nFileYourStateTaxes cerrará sus servicios para el año el 25 de abril.\n\nVe a https://www.fileyourstatetaxes.org/es/us/login-options para terminarlos ahora. \n\n¿Necesitas ayuda? Responde a este correo electrónico. \n\nSaludos, \n\nEl equipo de FileYourStateTaxes"
subject: "¡No olvides terminar de presentar tu declaración de impuestos estatales lo antes posible!"
body: |-
Hola %{primary_first_name},
Notamos que todavía no has enviado tu declaración de impuestos estatales con la cuenta asociada a este correo electrónico. Si enviaste tu declaración estatal de otra manera, o la enviaste con otro correo electrónico, puedes ignorar este mensaje.
Este es un recordatorio que la fecha límite para enviar tu declaración estatal fue el 15 de abril, pero aún no es demasiado tarde para presentarla. Visita a https://www.fileyourstatetaxes.org/es/us/login-options para verificar el estado de tu declaración o completarla ahora. Debes enviar tu declaración tan pronto como posible para evitar cargos de presentaciones tardías de %{state_name}. Nuestros servicios cerrarán el 25 de abril. Después de esa fecha, ya no podrás presentar tu declaración a través de FileYourStateTaxes.
¿Preguntas? Responde a este correo electrónico.
Atentamente,
El equipo de FileYourStateTaxes
subject: 'Recordatorio final: FileYourStateTaxes cerrará el 25 de abril.'
sms: |
Hola %{primary_first_name} - Aún no has presentado tu declaración de impuestos estatales. Asegúrate de presentar tus impuestos estatales lo antes posible para evitar multas por presentación tardía. Ve a fileyourstatetaxes.org/es/us/login-options para terminarlos ahora. FileYourStateTaxes cerrará sus servicios para el año el 25 de abril.
¿Necesitas ayuda? Responde a este mensaje de texto.
Expand Down

0 comments on commit c8be6d3

Please sign in to comment.