diff --git a/client/a8c-for-agencies/sections/partner-directory/dashboard/index.tsx b/client/a8c-for-agencies/sections/partner-directory/dashboard/index.tsx index 7108d6c57607a8..7fc3bbd15445ce 100644 --- a/client/a8c-for-agencies/sections/partner-directory/dashboard/index.tsx +++ b/client/a8c-for-agencies/sections/partner-directory/dashboard/index.tsx @@ -294,11 +294,8 @@ const PartnerDirectoryDashboard = () => {
{ translate( - 'Thank you! You’ll be notified when the partner directory is live.', - 'Thank you! You’ll be notified when the partner directories are live.', - // todo: Once the partner directory are live use the copy below: - //'Congratulations! Your agency is now listed in our partner directory.', - //'Congratulations! Your agency is now listed in our partner directories.', + 'Congratulations! Your agency is now listed in our partner directory.', + 'Congratulations! Your agency is now listed in our partner directories.', { count: directoryApplicationStatuses.filter( ( { key } ) => key === 'approved' ) .length, diff --git a/client/a8c-for-agencies/sections/partner-directory/lib/get-brand-meta.tsx b/client/a8c-for-agencies/sections/partner-directory/lib/get-brand-meta.tsx index 7ca4821ca7a8ed..5f708e01c2f7a3 100644 --- a/client/a8c-for-agencies/sections/partner-directory/lib/get-brand-meta.tsx +++ b/client/a8c-for-agencies/sections/partner-directory/lib/get-brand-meta.tsx @@ -37,7 +37,7 @@ export const getBrandMeta = ( brand: string, agency?: Agency | null ): BrandMeta className: 'partner-directory-dashboard__woo-icon', url: 'https://woocommerce.com/development-services/', urlProfile: `https://woocommerce.com/development-services/${ agencySlug }/${ agencyId }`, - isAvailable: false, + isAvailable: true, }; case 'Pressable.com': return { @@ -45,7 +45,7 @@ export const getBrandMeta = ( brand: string, agency?: Agency | null ): BrandMeta icon: , url: 'https://pressable.com/development-services/', urlProfile: `https://pressable.com/development-services/${ agencySlug }/${ agencyId }`, - isAvailable: false, + isAvailable: true, }; case 'Jetpack.com': return {