From 10beb9935f75946eb7f8d57831adbb6ea090dbbf Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Tue, 28 May 2019 20:41:57 +0100 Subject: [PATCH] change manual reward verification message --- .../page/verification/internal/manual-verify-page.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/src/page/verification/internal/manual-verify-page.js b/app/src/page/verification/internal/manual-verify-page.js index 693755c8..84af8d2a 100644 --- a/app/src/page/verification/internal/manual-verify-page.js +++ b/app/src/page/verification/internal/manual-verify-page.js @@ -21,7 +21,15 @@ class ManualVerifyPage extends React.PureComponent { return ( Manual Reward Verification - You need to be manually verified before you can start claiming rewards. Please request to be verified on the . + + This account must undergo review before you can participate in the rewards program. This can take anywhere from several minutes to several days. + + + If you continue to see this message, please request to be verified on the . + + + Please enjoy free content in the meantime! + ); }