Skip to content

Commit

Permalink
Remove broken rewards link (#3207)
Browse files Browse the repository at this point in the history
Co-authored-by: miko <sauce47@posteo.net>
  • Loading branch information
keikari and miko authored Jan 8, 2025
1 parent 155a9f1 commit 0f32545
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
3 changes: 2 additions & 1 deletion static/app-strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2969,6 +2969,7 @@
"Failed to load": "Failed to load",
"This file failed to load. Some browser extension may be blocking it. If the issue persists, please reach out to help@odysee.com": "This file failed to load. Some browser extension may be blocking it. If the issue persists, please reach out to help@odysee.com",
"Your account has been connected, but charges are disabled. Please view the account on Stripe.": "Your account has been connected, but charges are disabled. Please view the account on Stripe.",

"Send us an email to %help_email% if you continue to see this message. You can continue to use %site_name% without this feature.": "Send us an email to %help_email% if you continue to see this message. You can continue to use %site_name% without this feature.",

"--end--": "--end--"
}
11 changes: 2 additions & 9 deletions ui/page/rewards/view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,12 @@ class RewardsPage extends PureComponent<Props> {
<p>
<I18nMessage
tokens={{
rewards_faq: (
<Button
button="link"
label={__('Receive Credits FAQ')}
href="https://help.odysee.tv/category-monetization/category-rewards/"
/>
),
help_email: SITE_HELP_EMAIL,
site_name: SITE_NAME,
}}
>
Please review the %rewards_faq% for eligibility, and send us an email to %help_email% if you continue
to see this message. You can continue to use %site_name% without this feature.
Send us an email to %help_email% if you continue to see this message. You can continue to use
%site_name% without this feature.
</I18nMessage>
{`${__('Enjoy all the awesome free content in the meantime!')}`}
</p>
Expand Down

0 comments on commit 0f32545

Please sign in to comment.