Skip to content

Commit 696c3b5

Browse files
committed
Improve verbiage on daily article limit
1 parent 1c516f3 commit 696c3b5

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Diff for: services/backend-api/client/src/components/SubscriberBlockText/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ export const SubscriberBlockText = ({ alternateText, onClick, feature, supporter
110110
<Button
111111
as="a"
112112
mt={4}
113-
colorScheme="purple"
114113
href="https://www.patreon.com/monitorss"
115114
target="_blank"
116115
rel="noreferrer noopener"

Diff for: services/backend-api/client/src/features/feed/components/AddUserFeedDialog/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export const AddUserFeedDialog = ({ trigger }: Props) => {
241241
</Stack>
242242
<Stack flex={1}>
243243
<Heading as="h3" size="sm" fontWeight="semibold">
244-
Daily Feed Article Limit
244+
Daily Article Limit Per Feed
245245
</Heading>
246246
<Text>
247247
{userMe &&

Diff for: services/backend-api/client/src/pages/AddUserFeeds.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ const AddFormView = ({ onSubmitted }: { onSubmitted: (urls: string[]) => void })
587587
</Stack>
588588
<Stack flex={1}>
589589
<Heading as="h3" size="sm" fontWeight="semibold">
590-
Daily Feed Article Limit
590+
Daily Article Limit Per Feed
591591
</Heading>
592592
<Text>
593593
{userMe && userMe.result.subscription.product.key !== ProductKey.Free && 1000}

0 commit comments

Comments
 (0)