From c6ff8da86dbbd79060ceedd21281b341dd39ae74 Mon Sep 17 00:00:00 2001 From: Matthias Luger Date: Tue, 25 Jun 2024 23:25:15 +0200 Subject: [PATCH] rename notification target modal title --- components/SubscribeButton/SubscribeButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/SubscribeButton/SubscribeButton.tsx b/components/SubscribeButton/SubscribeButton.tsx index 0a9f01d1..4503f8f0 100644 --- a/components/SubscribeButton/SubscribeButton.tsx +++ b/components/SubscribeButton/SubscribeButton.tsx @@ -159,7 +159,7 @@ function SubscribeButton(props: Props) { className={styles.subscribeDialog} > - {props.popupTitle || 'Create a Notifier'} + {props.popupTitle || 'Create a Notification Target'}