mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update the empty state message for subscriptions
This commit is contained in:
parent
98f472019a
commit
0248902041
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ export default function SubscriptionsPage(): JSX.Element {
|
|||
})
|
||||
) : (
|
||||
<EmptySettingsRow
|
||||
text={isValidating ? '-' : 'No Email Subscriptions Found'}
|
||||
text={isValidating ? '-' : 'No Subscriptions Found'}
|
||||
/>
|
||||
)}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue