Skip to content

Commit 22c1ce2

Browse files
update index texts (#257)
1 parent 117f91a commit 22c1ce2

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

frontend/app/.server/locales/common-en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"colon": ":",
33
"meta": {
44
"author": "Employment and Social Development Canada",
5-
"description": "The Canada Disability Benefit Estimator is a tool to find out how much money you could get from the Canada Disability Benefit. This is not an application for benefits.",
5+
"description": "The Canada Disability Benefit Estimator is a tool to find out how much money you could get from the Canada Disability Benefit. This is not the application for the benefit.",
66
"site-name": "Canada Disability Benefit Estimator - Canada.ca",
77
"subject": "Economics and Industry;Benefits,Health and Safety;Disabilities,Persons with disabilities",
88
"title": {

frontend/app/.server/locales/estimator-en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"breadcrumb": "Estimator",
106106
"content": {
107107
"completion-time": "It will take about 5 to 10 minutes to complete.",
108-
"description": "Use this estimator to find out how much money you could get from the Canada Disability Benefit. This is not an application for benefits. ",
108+
"description": "Use this estimator to find out how much money you could get from the Canada Disability Benefit. This is not the application for the benefit. ",
109109
"eligibility": {
110110
"header": "Before you begin",
111111
"intro": "To receive the Canada Disability Benefit, you must meet specific eligibility criteria. <cdbRequirementsLink>Consult the benefit eligibility requirements</cdbRequirementsLink>."
@@ -118,7 +118,7 @@
118118
"result-disclaimer": "<strong>This tool provides an estimate only. It doesn't guarantee that you'll be eligible or that you'll receive the amount estimated.</strong>",
119119
"results": {
120120
"contact": " For a more accurate assessment of your estimated benefits amount, please <cdbContactLink>contact us</cdbContactLink>.",
121-
"description": "This estimator provides estimated benefit amounts for payments made between {{paymentPeriodStart}} and {{paymentPeriodEnd}}. Future benefit amounts may be higher. The results are not financial advice and are subject to change.",
121+
"description": "This estimator provides estimated benefit amounts for payments made between {{paymentPeriodStart}} and {{paymentPeriodEnd}}. Future benefit amounts may change.",
122122
"header": "About the results"
123123
}
124124
},

frontend/e2e/__snapshots__/index.spec.ts/Navigating-to-en-renders-the-english-dashboard-page-1.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<section class="space-y-6">
1212
<p>
1313
Use this estimator to find out how much money you could get from the
14-
Canada Disability Benefit. This is not an application for benefits.
14+
Canada Disability Benefit. This is not the application for the benefit.
1515
</p>
1616
<h2 class="font-lato mb-4 text-2xl font-bold">Before you begin</h2>
1717
<p>
@@ -56,8 +56,7 @@
5656
<h2 class="font-lato text-2xl font-bold">About the results</h2>
5757
<p>
5858
This estimator provides estimated benefit amounts for payments made
59-
between July 2025 and June 2026. Future benefit amounts may be higher. The
60-
results are not financial advice and are subject to change.
59+
between July 2025 and June 2026. Future benefit amounts may change.
6160
</p>
6261
</section>
6362
</div>

0 commit comments

Comments
 (0)