From 6759f9c3204dac6c5ddeaaf2395f852206ae8ad4 Mon Sep 17 00:00:00 2001
From: Thomas Zarebczan
Date: Mon, 2 Oct 2017 11:20:14 -0400
Subject: [PATCH] update disabled reward text
This message appears when a user's account is manually disabled (rewards abuse, etc). We don't reach out to them via email, so we should ask them to reach out if they are actually legitimate users.
---
ui/js/page/rewards/view.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/js/page/rewards/view.jsx b/ui/js/page/rewards/view.jsx
index 423d45faa..9f421b76d 100644
--- a/ui/js/page/rewards/view.jsx
+++ b/ui/js/page/rewards/view.jsx
@@ -75,7 +75,7 @@ class RewardsPage extends React.PureComponent {
)}
- {__("You will receive an email when this process is complete.") +
+ {__("If you continue to see this message, send us an email to help@lbry.io.") +
" " +
__("Please enjoy free content in the meantime!")}