Skip to content

Commit

Permalink
Update webapp/src/components/modals/channel_subscriptions/select_chan…
Browse files Browse the repository at this point in the history
…nel_subscription.tsx

Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
  • Loading branch information
raghavaggarwal2308 and wiggin77 authored Oct 24, 2024
1 parent 26e3e2f commit 89d4bcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export default class SelectChannelSubscriptionInternal extends React.PureCompone
);
} else {
subscriptionTemplateRows = (
<p>{'Click "Create Template" to create subscription templates.'}</p>
<p>{'Click "Create Template" to create a subscription template.'}</p>
);
}

Expand Down

0 comments on commit 89d4bcf

Please sign in to comment.