Skip to content

Commit 9c83030

Browse files
committed
Wording changes
1 parent 791709d commit 9c83030

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

web/src/components/incident/NotificationForm.vue

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
<v-card-text>
1111
<h3>Notifications</h3>
1212
<p class="mb-5">
13-
You may decide to notify the linked users (if any) so they have the opportunity to review this information
14-
before notifying the reporting employee.
13+
If you added any linked users, they will appear below. You can notify them that the control is in place.
14+
</p>
15+
<p class="mb-5">
16+
If you didn't add anyone, or you decide not to notify them, you can just select "Notify Employee and Complete
17+
Step".
1518
</p>
16-
<p class="mb-5">Alternatively, you may elect to just Notify Reporting Employee and Complete Step.</p>
1719

1820
<v-checkbox
1921
v-for="user in linkedUsers"

web/src/components/incident/OperationMenu.vue

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@
2626
</template>
2727
</v-list-item>
2828
<v-list-item
29-
v-if="isNotification"
30-
title="Send Notifications"
31-
:subtitle="currentStep.step_title"
32-
@click="showNotificationDialog = true">
29+
v-if="isCommittee"
30+
title="Request Committee Review"
31+
subtitle="Co-Chair Notification"
32+
@click="showCommitteeDialog = true">
3333
<template #prepend>
34-
<v-icon color="green">mdi-email</v-icon>
34+
<v-icon color="warning">mdi-account-group</v-icon>
3535
</template>
3636
</v-list-item>
3737
<v-list-item
38-
v-if="isCommittee"
39-
title="Request Committee Review"
38+
v-if="isNotification"
39+
title="Send Notifications"
4040
:subtitle="currentStep.step_title"
41-
@click="showCommitteeDialog = true">
41+
@click="showNotificationDialog = true">
4242
<template #prepend>
43-
<v-icon color="warning">mdi-account-group</v-icon>
43+
<v-icon color="green">mdi-email</v-icon>
4444
</template>
4545
</v-list-item>
4646

0 commit comments

Comments
 (0)