From 0f325459499cdd0372b5ceb9bdfb1c79556bb1d9 Mon Sep 17 00:00:00 2001 From: miko <34790748+keikari@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:23:39 +0200 Subject: [PATCH] Remove broken rewards link (#3207) Co-authored-by: miko --- static/app-strings.json | 3 ++- ui/page/rewards/view.jsx | 11 ++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index a04e6d5976..d4cd1ea68e 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -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--" } diff --git a/ui/page/rewards/view.jsx b/ui/page/rewards/view.jsx index 36f041fe41..85ad891105 100644 --- a/ui/page/rewards/view.jsx +++ b/ui/page/rewards/view.jsx @@ -76,19 +76,12 @@ class RewardsPage extends PureComponent {

- ), 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. {`${__('Enjoy all the awesome free content in the meantime!')}`}