Skip to content

Commit 0aa9c9d

Browse files
authored
Merge pull request #1980 from bcgov/hotfix/ALCS-2379-naru-text-changes
ALCS-2379 Naru text changes
2 parents b86e630 + e9d437b commit 0aa9c9d

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

portal-frontend/src/app/features/applications/edit-submission/proposal/naru-proposal/naru-proposal.component.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ <h2>Proposal</h2>
2222
Non-Adhering Residential Use within the ALR</a
2323
>
2424
</li>
25+
<li>
26+
<a
27+
href="https://www.alc.gov.bc.ca/resources/alc-policies-and-bulletins/#housing"
28+
target="_blank"
29+
>
30+
Housing in the ALR</a
31+
>
32+
</li>
2533
</ul>
2634
</app-warning-banner>
2735
<form [formGroup]="form">
@@ -30,7 +38,6 @@ <h2>Proposal</h2>
3038
<mat-label for="will-be-over-five-hundred-m2">
3139
Is your proposal for a principal residence with a total floor area greater than 500 m<sup>2</sup>?
3240
</mat-label>
33-
<div class="subtext">Total floor area includes the basement and any attached garage</div>
3441
<mat-button-toggle-group
3542
(change)="onChangeOver500m2($event.value)"
3643
class="input"

portal-frontend/src/app/features/applications/edit-submission/proposal/naru-proposal/residence-dialog/residence-dialog.component.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ <h2 *ngIf="data.isEdit">
1313
<div class="form-container">
1414
<div class="form-field-floor-area">
1515
<div class="label">
16-
<label for="floorAreaId">Total Floor Area (m2)</label>
16+
<label for="floorAreaId">Total Floor Area (<span matTextSuffix>m<sup>2</sup></span>) according to the ALC's definition(s)</label>
1717
</div>
18-
<div class="subtext">Include the basement and any attached garage</div>
18+
<div class="subtext">Please refer to <a
19+
href="https://www.alc.gov.bc.ca/resources/alc-policies-and-bulletins/#housing"
20+
target="_blank"
21+
>Housing in the ALR</a> on the ALC website for more detail.</div>
1922
<mat-form-field appearance="outline">
2023
<input
2124
min="0.01"
@@ -47,7 +50,7 @@ <h2 *ngIf="data.isEdit">
4750
<div class="label">
4851
<label for="descriptionId">Description of the Residence</label>
4952
</div>
50-
<div class="subtext">Include if it has an attached garage or basement</div>
53+
<div class="subtext">Include measurements (<span matTextSuffix>m<sup>2</sup></span>) of any basement or attached garage</div>
5154
<mat-form-field appearance="outline">
5255
<textarea
5356
formControlName="description"

portal-frontend/src/app/features/applications/edit-submission/proposal/naru-proposal/residence-dialog/residence-dialog.component.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
display: grid;
8080
flex-direction: column;
8181
align-items: flex-start;
82-
width: 40%;
82+
width: 50%;
8383
}
8484

8585
.form-field-description {

0 commit comments

Comments
 (0)