Skip to content

Commit

Permalink
persnickety apostrophes, but only for UI copy
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomEtc committed Oct 2, 2023
1 parent f6a8672 commit 1331b0a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/calculator-form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ export const formTemplate = (
const projectField = showProjectField
? html`<div>
<label for="project">
Project you're most interested in
Project youre most interested in
<sl-tooltip
content="Select the project you're most interested in."
content="Select the project youre most interested in."
hoist
>${questionIcon(18, 18)}</sl-tooltip
><br />
Expand Down Expand Up @@ -157,7 +157,7 @@ export const formTemplate = (
<label for="household_income">
Household Income
<sl-tooltip
content="Enter your gross income (income before taxes). Include wages and salary plus other forms of income, including pensions, interest, dividends, and rental income. If you are married and file jointly, include your spouse's income"
content="Enter your gross income (income before taxes). Include wages and salary plus other forms of income, including pensions, interest, dividends, and rental income. If you are married and file jointly, include your spouses income."
hoist
>${questionIcon(18, 18)}</sl-tooltip
><br />
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1>Rewiring America Embeddable IRA Calculator</h1>
This page is a demonstration of our embeddable calculator, intended for
website owners to add to their own page to help their visitors
understand the electrification incentives offered as part of the
Inflation Reduction Act (IRA). If you're looking to evaluate the impact
Inflation Reduction Act (IRA). If youre looking to evaluate the impact
of IRA electrification incentives for your own home, please use
<a href="https://www.rewiringamerica.org/app/ira-calculator"
>our official IRA Calculator</a
Expand Down
4 changes: 2 additions & 2 deletions src/state-incentive-details.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ const atAGlanceTemplate = (response: APIResponse) => {
${summaryBoxTemplate(
'Upfront discounts',
`$${response.savings.pos_rebate.toLocaleString()}`,
"Money saved on a project's upfront costs.",
'Money saved on a projects upfront costs.',
)}
${summaryBoxTemplate(
'Rebates',
Expand Down Expand Up @@ -418,7 +418,7 @@ export const stateIncentivesTemplate = (

return html` ${atAGlanceTemplate(response)}
${gridTemplate(
"Incentives you're interested in",
'Incentives youre interested in',
incentivesByProject[selectedProject] ?? [],
[selectedProject],
selectedProject,
Expand Down
2 changes: 1 addition & 1 deletion src/working-copy.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1>Rewiring America Embeddable IRA Calculator</h1>
This page is a demonstration of our embeddable calculator, intended for
website owners to add to their own page to help their visitors
understand the electrification incentives offered as part of the
Inflation Reduction Act (IRA). If you're looking to evaluate the impact
Inflation Reduction Act (IRA). If youre looking to evaluate the impact
of IRA electrification incentives for your own home, please use
<a href="https://www.rewiringamerica.org/app/ira-calculator"
>our official IRA Calculator</a
Expand Down

0 comments on commit 1331b0a

Please sign in to comment.