You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
? 'Looks like the YouTube channel you selected does not meet all conditions to be enrolled in the program. You can select another one or try again at a later time.'
413
-
: 'Before you can apply to the program, make sure your YouTube channel meets the below conditions.',
385
+
title: 'Requirements',
386
+
description:
387
+
'Before you can apply to the program, make sure your YouTube channel meets the below conditions.',
Copy file name to clipboardExpand all lines: packages/atlas/src/views/global/YppLandingView/YppAuthorizationModal/YppAuthorizationSteps/YppAuthorizationRequirementsStep/YppAuthorizationRequirementsStep.tsx
{pluralizeNoun(requirements?.MINIMUM_VIDEOS_PER_MONTH??0,'video',true)} per month
72
-
</Text>{' '}
73
-
posted over the last {pluralizeNoun(requirements?.MONTHS_TO_CONSIDER??0,'month',true)}.
74
-
</SingleRequirement>
75
-
</StyledList>
76
-
{!hasAtLeastOneError&&(
77
17
<Banner
78
18
description={`${atlasConfig.general.appName} uses Google OAuth to get access to your public profile and account email address as part of sign up flow, and integrates with YouTube API to obtain details about your YouTube channel data, such as followers and video statistics.`}
Copy file name to clipboardExpand all lines: packages/atlas/src/views/global/YppLandingView/YppAuthorizationModal/YppAuthorizationSteps/YppAuthorizationRequirementsStep/useGetYppChannelRequirements.ts
0 commit comments