diff --git a/packages/wpcom-template-parts/src/universal-footer-navigation/index.tsx b/packages/wpcom-template-parts/src/universal-footer-navigation/index.tsx index 2e54722a88dd94..80e2ee0409b2eb 100644 --- a/packages/wpcom-template-parts/src/universal-footer-navigation/index.tsx +++ b/packages/wpcom-template-parts/src/universal-footer-navigation/index.tsx @@ -10,7 +10,7 @@ import { __ } from '@wordpress/i18n'; import { useTranslate } from 'i18n-calypso'; import { useEffect, useLayoutEffect, useState } from 'react'; import SocialLogo from 'social-logos'; -import { getAutomatticBrandingNoun } from '../utils'; +import { AutomatticBrand, getAutomatticBrandingNoun } from '../utils'; import type { FooterProps, PureFooterProps, LanguageOptions } from '../types'; import './style.scss'; @@ -61,10 +61,7 @@ export const PureUniversalNavbarFooter = ( { additionalCompanyLinks = null, onLanguageChange = defaultOnLanguageChange, localizeUrl = pureLocalizeUrl, - automatticBranding = { - article: __( 'An', __i18n_text_domain__ ), - noun: __( 'thingamajig', __i18n_text_domain__ ), - }, + automatticBranding, locale, languageOptions = allLanguageOptions, }: PureFooterProps ) => { @@ -275,7 +272,7 @@ export const PureUniversalNavbarFooter = ( {