Skip to content

Commit

Permalink
[EPICSYSTEM-75] Change view comment period button label (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolkamps1 authored Jun 13, 2024
1 parent 9042ea5 commit ea8f721
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ <h3 class="title-container__title">
(!item.pcp.isMet || !item.pcp.metURL)
"
class="btn btn-sm content-btn-alt"
title="View this Public Comment Period"
title="View this Engagement"
[routerLink]="['/p', item.project?._id, 'cp', item.pcp._id]"
>
Submit/ View Comments
View Engagement
</a>
<a
*ngIf="
Expand All @@ -125,9 +125,9 @@ <h3 class="title-container__title">
href="{{ item.pcp.metURL }}"
rel="noopener"
target="_blank"
title="View this Public Comment Period"
title="View this Engagement"
>
Submit/ View Comments
View Engagement
</a>
<a
*ngIf="
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<button *ngIf="rowData?.pcp"
class="btn content-btn-alt"
(click)="goToCP(rowData)">
<span>Submit/ View Comment(s)</span>
<span>View Engagement</span>
</button>
</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<button *ngIf="rowData?.pcp"
class="btn content-btn-alt"
(click)="goToCP(rowData)">
<span>Submit/ View Comment(s)</span>
<span>View Engagement</span>
</button>
</div>
</td>
Expand Down

0 comments on commit ea8f721

Please sign in to comment.