Skip to content

Commit

Permalink
rename notification target modal title
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-luger committed Jun 25, 2024
1 parent 2c858dd commit c6ff8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SubscribeButton/SubscribeButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function SubscribeButton(props: Props) {
className={styles.subscribeDialog}
>
<Modal.Header closeButton>
<Modal.Title>{props.popupTitle || 'Create a Notifier'}</Modal.Title>
<Modal.Title>{props.popupTitle || 'Create a Notification Target'}</Modal.Title>
</Modal.Header>
<Modal.Body>
<NotificationTargetForm
Expand Down

0 comments on commit c6ff8da

Please sign in to comment.