diff --git a/client/components/cards/NotificationCard.vue b/client/components/cards/NotificationCard.vue
index 05bf66de..7f74239e 100644
--- a/client/components/cards/NotificationCard.vue
+++ b/client/components/cards/NotificationCard.vue
@@ -76,7 +76,7 @@ export default {
},
sendTestClick() {
const payload = {
- message: `Send a test notification to event ${this.eventName}?`,
+ message: `Trigger this notification with test data?`,
callback: (confirmed) => {
if (confirmed) {
this.sendTest()
diff --git a/client/components/modals/notification/NotificationEditModal.vue b/client/components/modals/notification/NotificationEditModal.vue
index a9382a68..3f53db05 100644
--- a/client/components/modals/notification/NotificationEditModal.vue
+++ b/client/components/modals/notification/NotificationEditModal.vue
@@ -16,6 +16,8 @@
Available variables: {{ availableVariables.join(', ') }}
+{{ label }}