Skip to content

Commit

Permalink
Rename applicant to 'Name'
Browse files Browse the repository at this point in the history
- Replace 'Owner Name' with 'Name' in UI
- Replace 'Applicant' with 'Name' in PDF templates
  • Loading branch information
trslater committed Jul 10, 2024
1 parent 4ebee27 commit 1e33aad
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ng-container>

<ng-container matColumnDef="ownerName">
<th mat-header-cell *matHeaderCellDef mat-sort-header>Owner Name</th>
<th mat-header-cell *matHeaderCellDef mat-sort-header>Name</th>
<td mat-cell *matCellDef="let element">
{{ element.ownerName | emptyColumn }}
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ng-container>

<ng-container matColumnDef="applicant">
<th mat-header-cell *matHeaderCellDef>{{ type === 'Notifications' ? 'Transferee' : 'Owner Name' }}</th>
<th mat-header-cell *matHeaderCellDef>{{ type === 'Notifications' ? 'Transferee' : 'Name' }}</th>
<td mat-cell *matCellDef="let row">{{ row.ownerName || '(Unknown)' }}</td>
</ng-container>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ng-container>

<ng-container matColumnDef="ownerName">
<th mat-header-cell *matHeaderCellDef mat-sort-header>Owner Name</th>
<th mat-header-cell *matHeaderCellDef mat-sort-header>Name</th>
<td mat-cell *matCellDef="let element">
{{ element.ownerName | emptyColumn }}
</td>
Expand Down
2 changes: 1 addition & 1 deletion services/templates/emails/partials/header.template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const header = `
<mj-section background-color="white" padding="40px 0px 0px 0px">
<mj-column width="400px">
<mj-text font-size="21px"><b>{{ parentTypeLabel }} ID #{{fileNumber}}</b></mj-text>
<mj-text font-size="15px">Owner Name: <b>{{applicantName}}</b></mj-text>
<mj-text font-size="15px">Name: <b>{{applicantName}}</b></mj-text>
<mj-text font-size="15px">Status: <b>{{status}}</b></mj-text>
</mj-column>
<mj-column width="200px">
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified services/templates/pdf/submission-fng-review-template.docx
Binary file not shown.
Binary file modified services/templates/pdf/submission-lg-review-template.docx
Binary file not shown.
Binary file modified services/templates/pdf/submissions/cove-submission-template.docx
Binary file not shown.
Binary file modified services/templates/pdf/submissions/excl-submission-template.docx
Binary file not shown.
Binary file modified services/templates/pdf/submissions/incl-submission-template.docx
Binary file not shown.
Binary file modified services/templates/pdf/submissions/naru-submission-template.docx
Binary file not shown.
Binary file modified services/templates/pdf/submissions/nfu-submission-template.docx
Binary file not shown.
Binary file not shown.
Binary file modified services/templates/pdf/submissions/pofo-submission-template.docx
Binary file not shown.
Binary file modified services/templates/pdf/submissions/roso-submission-template.docx
Binary file not shown.
Binary file modified services/templates/pdf/submissions/subd-submission-template.docx
Binary file not shown.
Binary file modified services/templates/pdf/submissions/tur-submission-template.docx
Binary file not shown.

0 comments on commit 1e33aad

Please sign in to comment.