Skip to content

Commit 7778c0c

Browse files
[SPDBT-3993] GDSD language updates (#2718)
# Description This PR includes the following proposed change(s): - GDSD language updates - Remove unneeded entry in packages.json
1 parent d9fc76e commit 7778c0c

23 files changed

+86
-94
lines changed

src/Spd.Presentation.GuideDogServiceDog/ClientApp/package-lock.json

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Spd.Presentation.GuideDogServiceDog/ClientApp/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"ngx-mask": "^19.0.6",
4141
"ngx-spinner": "^19.0.0",
4242
"rxjs": "~7.8.0",
43-
"spd": "file:",
4443
"tslib": "^2.8.1",
4544
"zone.js": "~0.15.0"
4645
},

src/Spd.Presentation.GuideDogServiceDog/ClientApp/src/app/components/dog-trainer/step-dt-application-type.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { UtilService } from '@app/core/services/util.service';
1010
@Component({
1111
selector: 'app-step-dt-application-type',
1212
template: `
13-
<app-step-section title="What type of Dog Trainer Certification are you applying for?">
13+
<app-step-section title="Which type of Dog Trainer Certification is this application for?">
1414
<div class="row">
1515
<div class="col-xl-6 col-lg-8 col-md-12 col-sm-12 mx-auto">
1616
<app-form-gdsd-application-type [form]="form"></app-form-gdsd-application-type>

src/Spd.Presentation.GuideDogServiceDog/ClientApp/src/app/components/dog-trainer/step-dt-licence-access-code.component.ts

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ import { FormGdsdLicenceAccessCodeComponent } from '../shared/form-gdsd-licence-
1212
selector: 'app-step-dt-licence-access-code',
1313
template: `
1414
<app-step-section
15-
title="Provide your access code"
15+
title="Provide access code"
1616
info="<p>
17-
You need both <strong>your licence number</strong> as it appears on your current certification, plus the <strong>access code number</strong>
18-
provided following your initial application or in your renewal letter from the Registrar, Security Services. Enter the two numbers below then click 'Next' to continue.
19-
</p>
20-
<p>
21-
If you do not know your access code, you may call Security Program's Licensing Unit during regular office
22-
hours and answer identifying questions to get your access code: {{ spdPhoneNumber }}.
23-
</p>"
17+
To continue, please enter the <strong>trainer’s certificate number</strong> as it appears on their
18+
current certificate along with the <strong>access code</strong> provided after their initial application
19+
or in their renewal letter from the Registrar, Security Services.
20+
</p>
21+
<p>
22+
If you don’t have the trainer’s access code, you can contact the Security Program's
23+
Licensing Unit at {{ spdPhoneNumber }} during regular office hours for assistance.
24+
</p>"
2425
>
2526
<app-form-gdsd-licence-access-code
2627
(linkSuccess)="onLinkSuccess($event)"

src/Spd.Presentation.GuideDogServiceDog/ClientApp/src/app/components/gdsd-landing.component.ts

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ import { take, tap } from 'rxjs';
1515
template: `
1616
<div class="container px-0 my-0 px-md-2 my-md-3">
1717
<app-step-section>
18-
<app-step-title title="Log in to manage your guide dog and service dog certifications"></app-step-title>
18+
<app-step-title title="Log in to manage your guide dog and service dog certification"></app-step-title>
1919
2020
<div class="row">
2121
<div class="col-xxl-10 col-xl-12 col-lg-12 mx-auto">
2222
<div class="row">
2323
<div class="col-lg-8 col-md-10 col-sm-12 mx-auto">
24-
<div class="fw-bold mb-3">Use your BC Services Card account:</div>
24+
<div class="fw-bold mb-3">Use your BC Services Card account to:</div>
2525
<table>
2626
<tr>
2727
<td><mat-icon class="icon me-2">circle</mat-icon></td>
28-
<td class="pb-2">Manage your licence with ease online</td>
28+
<td class="pb-2">Manage your certificate with ease online</td>
2929
</tr>
3030
<tr>
3131
<td><mat-icon class="icon me-2">circle</mat-icon></td>
@@ -69,7 +69,6 @@ import { take, tap } from 'rxjs';
6969
color="primary"
7070
class="xlarge mt-3"
7171
aria-label="Log in with your BC Services Card and manage guide dog and service dog team certifications"
72-
matTooltip="Log in with your BC Services Card and manage guide dog and service dog team certifications"
7372
(click)="onRegisterGuideDog()"
7473
>
7574
Log In with <span class="fw-bold">BC Services Card</span>
@@ -83,7 +82,6 @@ import { take, tap } from 'rxjs';
8382
tabindex="0"
8483
class="large login-link"
8584
aria-label="Continue without a BC Services Card and manage guide dog and service dog team certifications"
86-
matTooltip="Continue without a BC Services Card and manage guide dog and service dog team certifications"
8785
(click)="onContinue(serviceTypes.GdsdTeamCertification)"
8886
(keydown)="onKeydownContinue($event, serviceTypes.GdsdTeamCertification)"
8987
>
@@ -110,7 +108,6 @@ import { take, tap } from 'rxjs';
110108
color="primary"
111109
class="xlarge mt-3"
112110
aria-label="Log in with your BC Services Card and manage retired dog certifications"
113-
matTooltip="Log in with your BC Services Card and manage retired dog certifications"
114111
(click)="onRegisterRetiredServiceDog()"
115112
>
116113
Log In with <span class="fw-bold">BC Services Card</span>
@@ -124,7 +121,6 @@ import { take, tap } from 'rxjs';
124121
tabindex="0"
125122
class="large login-link"
126123
aria-label="Continue without a BC Services Card and manage retired dog certifications"
127-
matTooltip="Continue without a BC Services Card and manage retired dog certifications"
128124
(click)="onContinue(serviceTypes.RetiredServiceDogCertification)"
129125
(keydown)="onKeydownContinue($event, serviceTypes.RetiredServiceDogCertification)"
130126
>
@@ -150,7 +146,6 @@ import { take, tap } from 'rxjs';
150146
tabindex="0"
151147
class="large login-link"
152148
aria-label="Continue without a BC Services Card and manage dog trainer certifications"
153-
matTooltip="Continue without a BC Services Card and manage dog trainer certifications"
154149
(click)="onContinue(serviceTypes.DogTrainerCertification)"
155150
(keydown)="onKeydownContinue($event, serviceTypes.DogTrainerCertification)"
156151
>

src/Spd.Presentation.GuideDogServiceDog/ClientApp/src/app/components/gdsd-team/step-team-application-type.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { UtilService } from '@app/core/services/util.service';
1010
@Component({
1111
selector: 'app-step-team-application-type',
1212
template: `
13-
<app-step-section title="What type of Guide or Service Dog Team Certification are you applying for?">
13+
<app-step-section title="Which Guide or Service Dog Team Certification are you applying for?">
1414
<div class="row">
1515
<div class="col-xl-6 col-lg-8 col-md-12 col-sm-12 mx-auto">
1616
<app-form-gdsd-application-type [form]="form"></app-form-gdsd-application-type>

src/Spd.Presentation.GuideDogServiceDog/ClientApp/src/app/components/gdsd-team/step-team-dog-certification-selection.component.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ import { LicenceChildStepperStepComponent } from '@app/core/services/util.servic
1414
<div class="col-xl-8 col-lg-12 col-md-12 col-sm-12 mx-auto">
1515
<div class="row">
1616
<app-alert type="info" icon="info">
17-
Not sure if your dog was trained by an accredited school? You can check the
17+
Not sure if your dog was trained by an accredited school? Visit the
1818
<a href="https://www2.gov.bc.ca/gov/content/justice/human-rights/guide-and-service-dog" target="_blank"
1919
>Guide Dog and Service Dog Certification</a
20-
>.
20+
>
21+
webpage. It has links to help you look up accredited schools.
2122
</app-alert>
2223
2324
<div class="text-minor-heading lh-base mb-3">

src/Spd.Presentation.GuideDogServiceDog/ClientApp/src/app/components/gdsd-team/step-team-dog-inoculations.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { LicenceChildStepperStepComponent } from '@app/core/services/util.servic
1313
<div class="col-xxl-7 col-xl-8 col-lg-12 col-md-12 col-sm-12 mx-auto">
1414
<div class="row">
1515
<div class="text-minor-heading lh-base mt-3 mb-2">
16-
Are your dog's inoculations (rabies, distemper, parvovirus) up-to-date?
16+
Are your dog’s vaccinations up to date (rabies, distemper, parvovirus)?
1717
</div>
1818
1919
<div class="col-xxl-3 col-xl-3 col-lg-4 col-md-6 col-sm-12 mx-auto">

src/Spd.Presentation.GuideDogServiceDog/ClientApp/src/app/components/gdsd-team/step-team-dog-service-info.component.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ import { LicenceChildStepperStepComponent } from '@app/core/services/util.servic
1717
<div class="col-xxl-10 col-xl-12 mx-auto">
1818
<mat-radio-group aria-label="Select an option" formControlName="isGuideDog">
1919
<mat-radio-button class="radio-label" [value]="booleanTypeCodes.Yes">
20-
Guide dog (Trained as a guide for a blind person)
20+
Guide Dog – Trained to guide a person who is blind or has low vision
2121
</mat-radio-button>
2222
<mat-radio-button class="radio-label" [value]="booleanTypeCodes.No">
23-
Service dog (Trained to perform specific tasks to assist a person with a disability)
23+
Service Dog – Trained to do specific tasks to help a person with a disability
2424
</mat-radio-button>
2525
</mat-radio-group>
2626
<mat-error
@@ -81,8 +81,8 @@ export class StepTeamDogServiceInfoComponent implements OnInit, LicenceChildStep
8181

8282
ngOnInit(): void {
8383
this.title = this.showDogServiceStep
84-
? 'Is your dog trained as a Guide Dog or a Service Dog?'
85-
: "Do you continue to require the dog's assistance for daily living as a result of blindness, visual impairment or another disability?";
84+
? 'What type of trained dog do you have?'
85+
: 'Do you still rely on your dogs assistance for daily living due to blindness, visual impairment, or another disability?';
8686
}
8787

8888
isFormValid(): boolean {

src/Spd.Presentation.GuideDogServiceDog/ClientApp/src/app/components/gdsd-team/step-team-dog-tasks.component.ts

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,21 @@ import { FormErrorStateMatcher } from '@app/shared/directives/form-error-state-m
99
template: `
1010
<app-step-section
1111
title="Specialized tasks"
12-
subtitle="Provide a list of the specialized tasks your dog performs to help you with day-to-day living."
12+
subtitle="Describe the specific tasks your dog is trained to do that help with your daily life."
1313
>
1414
<form [formGroup]="form" novalidate>
1515
<div class="row">
1616
<div class="col-xl-10 col-lg-12 col-md-12 col-sm-12 mx-auto">
1717
<div class="col-12 mt-3">
1818
<app-alert type="info" icon="info">
19-
Examples of these include:
19+
Here are some examples:
2020
<ul>
21-
<li>Dog fetches my medications when I need them.</li>
22-
<li>Dog alerts to telephone ring.</li>
23-
<li>Dog pushes me to a safe place when an epileptic seizure is imminent.</li>
24-
<li>Dog picks up clothing or items for me when I am dressing.</li>
21+
<li>My dog brings me my medication when I need it.</li>
22+
<li>My dog alerts me when the phone rings.</li>
23+
<li>My dog moves me to a safe place when I’m about to have a seizure.</li>
24+
<li>My dog picks up clothing or other items to help me get dressed.</li>
2525
<li>
26-
Dog prevents (autistic) child from running away when outside and the child starts moving away from
27-
close proximity to dog/caregiver.
26+
My dog helps keep my (autistic) child safe by staying close and preventing them from running off.
2827
</li>
2928
</ul>
3029
</app-alert>

0 commit comments

Comments
 (0)