-
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
FYST-1469 Update misc NC (+ global) copy #5285
base: main
Are you sure you want to change the base?
Changes from all commits
c553512
11005d6
e3a08ec
f6a3be8
2c37672
2338027
e4f9a40
d39bb8a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ class StateInformationService | |
:submission_type, | ||
:survey_link, | ||
:tax_payment_info_url, | ||
:tax_payment_url, | ||
:tax_payment_info_text, | ||
:tax_refund_url, | ||
:timezone, | ||
:vita_link_en, | ||
|
@@ -76,8 +76,8 @@ def state_intake_class_names | |
submission_builder_class: SubmissionBuilder::Ty2022::States::Az::AzReturnXml, | ||
survey_link: "https://codeforamerica.co1.qualtrics.com/jfe/form/SV_0v0BnYNRoLIqzhY", | ||
submission_type: "Form140", | ||
tax_payment_info_text: "https://azdor.gov/make-payment-online", | ||
tax_payment_info_url: "https://azdor.gov/making-payments-late-payments-and-filing-extensions", | ||
tax_payment_url: "https://azdor.gov/make-payment-online", | ||
tax_refund_url: "https://aztaxes.gov/home/checkrefund", | ||
department_of_taxation: "Arizona Department of Revenue", | ||
timezone: 'America/Phoenix', | ||
|
@@ -105,8 +105,8 @@ def state_intake_class_names | |
submission_type: "Form40", | ||
submission_builder_class: SubmissionBuilder::Ty2024::States::Id::IdReturnXml, | ||
survey_link: "https://codeforamerica.co1.qualtrics.com/jfe/form/SV_0URdKLyW7K53rZc", | ||
tax_payment_info_text: "https://tax.idaho.gov/e-pay/", | ||
tax_payment_info_url: "https://tax.idaho.gov/online-services/e-pay/", | ||
tax_payment_url: "https://tax.idaho.gov/e-pay/", | ||
tax_refund_url: "https://tax.idaho.gov/taxes/income-tax/individual-income/refund/", | ||
department_of_taxation: "Idaho State Tax Commission", | ||
timezone: 'America/Boise', | ||
|
@@ -135,8 +135,8 @@ def state_intake_class_names | |
submission_type: "MD502", | ||
submission_builder_class: SubmissionBuilder::Ty2024::States::Md::MdReturnXml, | ||
survey_link: "https://codeforamerica.co1.qualtrics.com/jfe/form/SV_24BAmNMNrpkhLwy", | ||
tax_payment_info_text: "Marylandtaxes.gov", | ||
tax_payment_info_url: "https://www.marylandtaxes.gov/individual/individual-payments.php", | ||
tax_payment_url: "Marylandtaxes.gov", | ||
tax_refund_url: "https://interactive.marylandtaxes.gov/INDIV/refundstatus/home.aspx", | ||
department_of_taxation: "Comptroller of Maryland", | ||
timezone: 'America/New_York', | ||
|
@@ -164,10 +164,10 @@ def state_intake_class_names | |
submission_type: "FormNCD400", | ||
submission_builder_class: SubmissionBuilder::Ty2024::States::Nc::NcReturnXml, | ||
survey_link: "https://codeforamerica.co1.qualtrics.com/jfe/form/SV_1MM0vBfZ5N2OMLA", | ||
tax_payment_info_text: "NCDOR.gov", | ||
tax_payment_info_url: "https://www.ncdor.gov/file-pay/pay-individual-income-tax", | ||
tax_payment_url: "https://www.ncdor.gov/file-pay/pay-individual-income-tax", | ||
tax_refund_url: "https://eservices.dor.nc.gov/wheresmyrefund/SelectionServlet", | ||
department_of_taxation: "North Carolina Department of Revenue", | ||
department_of_taxation: "N.C. Department of Revenue", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
timezone: 'America/New_York', | ||
vita_link_en: "https://airtable.com/appqG5OGbTLBiQ408/pagJPN5iPinERGb3Q/form", | ||
vita_link_es: "https://airtable.com/appqG5OGbTLBiQ408/pagS982AjKEml809R/form", | ||
|
@@ -193,8 +193,8 @@ def state_intake_class_names | |
pay_taxes_link: "https://www.nj.gov/treasury/taxation/payments-notices.shtml", | ||
survey_link: "https://codeforamerica.co1.qualtrics.com/jfe/form/SV_82CJgtfW0HFEPIi", | ||
submission_type: "Resident", | ||
tax_payment_info_text: "https://www.nj.gov/treasury/taxation/payments-notices.shtml", | ||
tax_payment_info_url: "https://www.nj.gov/treasury/taxation/payments-notices.shtml", | ||
tax_payment_url: "https://www.nj.gov/treasury/taxation/payments-notices.shtml", | ||
tax_refund_url: "https://www.tax.ny.gov/pit/file/refund.htm", | ||
department_of_taxation: "New Jersey Division of Taxation", | ||
timezone: 'America/New_York', | ||
|
@@ -223,8 +223,8 @@ def state_intake_class_names | |
software_id_key: "sin", | ||
submission_builder_class: SubmissionBuilder::Ty2022::States::Ny::NyReturnXml, | ||
survey_link: "https://codeforamerica.co1.qualtrics.com/jfe/form/SV_3pXUfy2c3SScmgu", | ||
tax_payment_info_text: "Tax.NY.gov", | ||
tax_payment_info_url: "https://www.tax.ny.gov/pay/ind/pay-income-tax-online.htm", | ||
tax_payment_url: "Tax.NY.gov", | ||
tax_refund_url: "https://www.tax.ny.gov/pit/file/refund.htm", | ||
department_of_taxation: "", | ||
timezone: 'America/New_York', | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,33 @@ | ||
<div class="spacing-below-25"> | ||
<%=t('.public_school_tax_credit_heading_html') %> | ||
<ul> | ||
<li><%=t('.public_school_tax_credit_paid_fees') %></li> | ||
<li><%=t('.public_school_tax_credit_provide_info_html') %></li> | ||
</ul> | ||
</div> | ||
<div class="reveal"> | ||
<p><button class="reveal__button"><%= t("state_file.questions.eligible.edit.credits_not_supported")%></button></p> | ||
|
||
<div class="spacing-below-25 with-top-separator"> | ||
<%=t('.property_tax_credit_heading_html') %> | ||
<ul> | ||
<li><%=t('.property_tax_credit_age') %></li> | ||
<li><%=t('.property_tax_credit_income') %></li> | ||
<li><%=t('.property_tax_credit_paid') %></li> | ||
</ul> | ||
</div> | ||
<div class="reveal__content"> | ||
<div class="spacing-below-25"> | ||
<%=t('.public_school_tax_credit_heading_html') %> | ||
<ul> | ||
<li><%=t('.public_school_tax_credit_paid_fees') %></li> | ||
<li><%=t('.public_school_tax_credit_provide_info_html') %></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="spacing-below-25 with-top-separator"> | ||
<%=t('.other_credits_heading') %> | ||
<ul> | ||
<li><%=t('.other_credits_529_html') %></li> | ||
<li><%=t('.other_credits_301_html') %></li> | ||
<li><%=t('.other_credits_itemized_deductions') %></li> | ||
<li><%=t('.other_credits_add_dependents') %></li> | ||
<li><%=t('.other_credits_change_filing_status') %></li> | ||
</ul> | ||
<div class="spacing-below-25 with-top-separator"> | ||
<%=t('.property_tax_credit_heading_html') %> | ||
<ul> | ||
<li><%=t('.property_tax_credit_age') %></li> | ||
<li><%=t('.property_tax_credit_income') %></li> | ||
<li><%=t('.property_tax_credit_paid') %></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="spacing-below-25 with-top-separator"> | ||
<%=t('.other_credits_heading') %> | ||
<ul> | ||
<li><%=t('.other_credits_529_html') %></li> | ||
<li><%=t('.other_credits_301_html') %></li> | ||
<li><%=t('.other_credits_itemized_deductions') %></li> | ||
<li><%=t('.other_credits_add_dependents') %></li> | ||
<li><%=t('.other_credits_change_filing_status') %></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
<div class="spacing-below-25"> | ||
<ul> | ||
<li><%=t('.id_college_savings_program') %></li> | ||
<li><%=t('.id_youth_rehab_contributions') %></li> | ||
<li><%=t('.maintaining_elderly_disabled_credit') %></li> | ||
<li><%=t('.long_term_care_insurance_subtraction') %></li> | ||
<li><%=t('.earned_on_reservation') %></li> | ||
<li><%=t('.education_contribution_credit') %></li> | ||
<li><%=t('.itemized_deductions') %></li> | ||
<li><%=t('.dependents_not_claimed_fed_return') %></li> | ||
<li><%=t('.voluntary_donations') %></li> | ||
<li><%=t('.change_in_filing_status') %></li> | ||
</ul> | ||
<div class="reveal"> | ||
<p><button class="reveal__button"><%= t("state_file.questions.eligible.edit.credits_not_supported")%></button></p> | ||
<div class="reveal__content spacing-below-25"> | ||
<ul> | ||
<li><%=t('.id_college_savings_program') %></li> | ||
<li><%=t('.id_youth_rehab_contributions') %></li> | ||
<li><%=t('.maintaining_elderly_disabled_credit') %></li> | ||
<li><%=t('.long_term_care_insurance_subtraction') %></li> | ||
<li><%=t('.earned_on_reservation') %></li> | ||
<li><%=t('.education_contribution_credit') %></li> | ||
<li><%=t('.itemized_deductions') %></li> | ||
<li><%=t('.dependents_not_claimed_fed_return') %></li> | ||
<li><%=t('.voluntary_donations') %></li> | ||
<li><%=t('.change_in_filing_status') %></li> | ||
</ul> | ||
</div> | ||
</div> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
<div> | ||
<ul class="list--bulleted"> | ||
<li><%=t('.personal_education') %></li> | ||
<li><%=t('.college_savings_account')%></li> | ||
<li><%=t('.extension_payment')%></li> | ||
<li><%=t('.estimated_income_tax_payments') %></li> | ||
<li><%=t('.credits_for_rehabilitating') %></li> | ||
<li><%=t('.credits_carried') %></li> | ||
</ul> | ||
<div class="reveal"> | ||
<p><button class="reveal__button"><%= t(".credits_not_supported")%></button></p> | ||
<div class="reveal__content"> | ||
<ul class="list--bulleted"> | ||
<li><%=t('.personal_education') %></li> | ||
<li><%=t('.college_savings_account')%></li> | ||
<li><%=t('.extension_payment')%></li> | ||
<li><%=t('.estimated_income_tax_payments') %></li> | ||
<li><%=t('.credits_for_rehabilitating') %></li> | ||
<li><%=t('.credits_carried') %></li> | ||
</ul> | ||
</div> | ||
</div> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,36 @@ | ||
<div class="spacing-below-25"> | ||
<ul> | ||
<li><a href="https://www.tax.ny.gov/pit/credits/child_and_dependent_care_credit.htm" target="_blank" rel="noopener nofollow"><%=t('.nys_child_dependent_care_credit') %></a></li> | ||
<li><a href="https://www.tax.ny.gov/pit/credits/real_property_tax_credit.htm" target="_blank" rel="noopener nofollow"><%=t('.real_property_tax_credit') %></a></li> | ||
<li><a href="https://www.tax.ny.gov/pit/credits/college_tuition_credit.htm" target="_blank" rel="noopener nofollow"><%=t('.college_tuition_credit') %></a></li> | ||
<li><%=t('.non_custodial_nys_eic_html') %></li> | ||
<li><a href="https://www.tax.ny.gov/pit/credits/volunteerfirefighters.htm" target="_blank" rel="noopener nofollow"><%=t('.firefighter_ambulance_credit') %></a></li> | ||
<li><a href="https://www.tax.ny.gov/pit/credits/longterm_care_insurance_credit.htm" target="_blank" rel="noopener nofollow"><%=t('.long_term_care_credit') %></a></li> | ||
</ul> | ||
</div> | ||
<div class="reveal"> | ||
<p><button class="reveal__button"><%= t("state_file.questions.eligible.edit.credits_not_supported")%></button></p> | ||
|
||
<div class="spacing-below-25 with-top-separator"> | ||
<%=t('.subtractions_225_heading_html') %> | ||
<ul> | ||
<li><%=t('.subtractions_225_military') %></li> | ||
<li><%=t('.subtractions_225_native_american') %></li> | ||
<li><%=t('.subtractions_225_help_loan') %></li> | ||
<li><%=t('.subtractions_225_student_loan') %></li> | ||
<li><%=t('.subtractions_225_health_care_worker') %></li> | ||
</ul> | ||
</div> | ||
<div class="reveal__content"> | ||
<div class="spacing-below-25"> | ||
<ul> | ||
<li><a href="https://www.tax.ny.gov/pit/credits/child_and_dependent_care_credit.htm" target="_blank" rel="noopener nofollow"><%=t('.nys_child_dependent_care_credit') %></a></li> | ||
<li><a href="https://www.tax.ny.gov/pit/credits/real_property_tax_credit.htm" target="_blank" rel="noopener nofollow"><%=t('.real_property_tax_credit') %></a></li> | ||
<li><a href="https://www.tax.ny.gov/pit/credits/college_tuition_credit.htm" target="_blank" rel="noopener nofollow"><%=t('.college_tuition_credit') %></a></li> | ||
<li><%=t('.non_custodial_nys_eic_html') %></li> | ||
<li><a href="https://www.tax.ny.gov/pit/credits/volunteerfirefighters.htm" target="_blank" rel="noopener nofollow"><%=t('.firefighter_ambulance_credit') %></a></li> | ||
<li><a href="https://www.tax.ny.gov/pit/credits/longterm_care_insurance_credit.htm" target="_blank" rel="noopener nofollow"><%=t('.long_term_care_credit') %></a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="spacing-below-25 with-top-separator"> | ||
<%=t('.other_credits_heading') %> | ||
<ul> | ||
<li><%=t('.other_credits_itemized_deductions') %></li> | ||
<li><%=t('.other_credits_change_filing_status') %></li> | ||
<li><%=t('.other_credits_est_tax_etc') %></li> | ||
</ul> | ||
<div class="spacing-below-25 with-top-separator"> | ||
<%=t('.subtractions_225_heading_html') %> | ||
<ul> | ||
<li><%=t('.subtractions_225_military') %></li> | ||
<li><%=t('.subtractions_225_native_american') %></li> | ||
<li><%=t('.subtractions_225_help_loan') %></li> | ||
<li><%=t('.subtractions_225_student_loan') %></li> | ||
<li><%=t('.subtractions_225_health_care_worker') %></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="spacing-below-25 with-top-separator"> | ||
<%=t('.other_credits_heading') %> | ||
<ul> | ||
<li><%=t('.other_credits_itemized_deductions') %></li> | ||
<li><%=t('.other_credits_change_filing_status') %></li> | ||
<li><%=t('.other_credits_est_tax_etc') %></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,12 +19,7 @@ | |
<% if current_state_code == "md" %> | ||
<%= render partial: "state_file/questions/eligible/md_reveals" %> | ||
<% else %> | ||
<div class="reveal"> | ||
<p><button class="reveal__button"><%= t(".credits_not_supported")%></button></p> | ||
<div class="reveal__content"> | ||
<%= render partial: "state_file/questions/eligible/#{current_state_code}_credits_unsupported" %> | ||
</div> | ||
</div> | ||
<%= render partial: "state_file/questions/eligible/#{current_state_code}_credits_unsupported" %> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the |
||
|
||
<div class="reveal"> | ||
<p><button class="reveal__button"><%= t('.not_supported') %></button></p> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2637,6 +2637,7 @@ en: | |
college_savings_account: 529 College Savings Account Contributions | ||
credits_carried: Credits carried forward from previous years | ||
credits_for_rehabilitating: Credits for Rehabilitating Historic Structures | ||
credits_not_supported: What credits and deductions does this service not support this year? | ||
estimated_income_tax_payments: Estimated income tax payments | ||
extension_payment: Extension payments | ||
personal_education: Personal Education Student Account Deposits Deduction | ||
|
@@ -3548,7 +3549,7 @@ en: | |
<li> | ||
Make your check or money order payable to %{payable_to}. Write your full SSN or ITIN, “%{filing_year} Tax”, and "Form %{form_number}" on your payment. | ||
</li> | ||
direct_debit_html: If you have a remaining tax balance, remember to <strong>pay it online at <a target="_blank" rel="noopener nofollow" href="%{tax_payment_url}">%{tax_payment_url}</a></strong> or by mail before the April 15 filing deadline. | ||
direct_debit_html: If you have a remaining tax balance, remember to <strong>pay it online at <a target="_blank" rel="noopener nofollow" href="%{tax_payment_info_url}">%{tax_payment_info_text}</a></strong> or by mail before the April 15 filing deadline. | ||
download_voucher: Download payment voucher form | ||
feedback: We value your feedback—let us know what you think of this service. | ||
include_payment: You'll need to include the payment voucher form. | ||
|
@@ -3664,8 +3665,8 @@ en: | |
routing_number: Routing Number | ||
withdraw_amount: How much do you authorize to be withdrawn from your account? (Your total amount due is: $%{owed_amount}.) | ||
edit: | ||
direct_deposit: Direct deposit (fastest) | ||
mail: Mail my payment (slower) | ||
direct_deposit: By direct deposit (fastest) | ||
mail: By mail (slower) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. recognizing this is a cross-state change, asking if this is what we want for all states: |
||
page_title: Good news, you're getting a tax refund. How would you like to receive your refund? | ||
title_html: Good news, you're getting a %{state_name} state tax refund of <strong>$%{refund_amount}.</strong> | ||
taxes_owed: | ||
|
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.
based on the
app/views/state_file/questions/taxes_owed/edit.html.erb
implementation, looks liketax_payment_url
is the link text andtax_payment_info_url
is the actual link we want to navigate to. This was not being used in the return_status, so making that consistentQ here waiting on confirmation from Madison