Skip to content

Commit

Permalink
Merge pull request #478 from sam-warren/DFA-June-26-Updates
Browse files Browse the repository at this point in the history
Various Text Updates from tickets 1123, 1142, 1099, 1048
  • Loading branch information
GeorgeWalker authored Jul 2, 2024
2 parents 2540680 + 2e5f197 commit ee5a31e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<p class="file-format">Restricted characters in file name:</p>
<p class="invalid-characters">
~ " # % & * : . &lt; &gt; ? / &#123; | &#125;. Leading and trailing spaces
in file name aren't allowed.
in file name aren't allowed. The maximum file size is 25MB.
</p>
</div>
<div *ngIf="attachSizeError" style="color: red">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.drag-drop {
height: 230px;
height: 250px;
padding: 2rem;
text-align: center;
border: dashed 1px #C4C4C4;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@

<div class="row">
<p class="sub-heading" style="font-size: 15px">
Date(s) of damage?<span style="color:red" >*</span>
Dates of Damage<span style="color: red">*</span>
</p>
<p>
If the damage was caused all in one day, enter the same date in both the From date and the To date boxes.
</p>
<div class="col-md-4">
<mat-form-field appearance="outline" >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,22 @@
<div *ngIf="dfaApplicationMainDataService.isSubmitted == true || isReadOnly === true">
<b style="font-size:25px">Your application has been submitted.</b><br/><br/>

You may view the status of your application on your dashboard. While you must submit an application for each DFA property claim, do not submit more than one application for the same property.<br/><br/>
<b>Please read the following carefully:</b> <br/><br/>

You may view the current status of your application on your dashboard.<br/><br/>

While you must submit an application for each DFA property claim, do not submit more than one application for the same property.<br/><br/>

Please visit the Province's recovery resources webpage located at <a href="https://www2.gov.bc.ca/gov/content/safety/emergency-management/preparedbc/evacuation-recovery/emergency-recovery" target="_blank">Disaster recovery resources - Province of British Columbia (gov.bc.ca)</a> for steps to assist with your recovery.<br/><br/>

<b>Clean Up Log</b><br/>
You may continue to update the Clean Up Log. <br/><br/>
If you are still undergoing clean up, please add to the Clean Up Log. <br/><br/>

<b>Damaged Items</b><br/>
If further items are identified after submitting your application, please add them to the Damaged Items by Room list. <br/><br/>

<b>Supporting Documents</b><br/>
You may continue to add supporting documents, but are unable to delete any documents you have uploaded to your application.**<br/><br/>
You can continue to add supporting documents, but can't delete any documents already uploaded to your application.<br/><br/>

<b>Other Contacts</b><br/>
You may add or edit Other Contacts.<br/><br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ mat-form-field {
}

.primary-radio-button {
margin: 5px;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
}

.highlight {
Expand All @@ -23,7 +25,8 @@ mat-form-field {
}

.horizontal-radio-group {
display: flex; flex-direction: row;
display: flex;
flex-direction: row;
margin: 15px 0;
}

Expand Down

0 comments on commit ee5a31e

Please sign in to comment.