From 5c41e5da0d4ad67eec74b937aa561beda9f5b816 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Tue, 28 Jun 2022 16:07:03 -0400 Subject: [PATCH] improve sync page clarity, move up button. --- ui/component/youtubeTransferStatus/view.jsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/ui/component/youtubeTransferStatus/view.jsx b/ui/component/youtubeTransferStatus/view.jsx index b44c7b919..3495410e5 100644 --- a/ui/component/youtubeTransferStatus/view.jsx +++ b/ui/component/youtubeTransferStatus/view.jsx @@ -186,6 +186,13 @@ export default function YoutubeTransferStatus(props: Props) { total_subs: totalSubs, })} +
+ {' '} + {__( + '*Not all content may be processed. Click Learn More at the bottom to understand sync limitations ' + )}{' '} +
+
{__('Claim your channel')} @@ -213,6 +220,7 @@ export default function YoutubeTransferStatus(props: Props) { label={youtubeChannels.length > 1 ? __('Claim Channels') : __('Claim Channel')} /> )} + {addNewChannel &&