diff --git a/src/modules/layouts/components/WebsiteLayout/Header/Header.jsx b/src/modules/layouts/components/WebsiteLayout/Header/Header.jsx index c9f629649..167f8bca4 100644 --- a/src/modules/layouts/components/WebsiteLayout/Header/Header.jsx +++ b/src/modules/layouts/components/WebsiteLayout/Header/Header.jsx @@ -16,7 +16,7 @@ import Link from '~core/Link'; import NavigationToggle from '~core/NavigationToggle'; import { getMainClasses } from '~utils/css'; import { - COLONY_APP, + COLONY_APP_BETA_COLONY, COLONY_DISCORD, COLONY_DISCOURSE, DOCS_COLONY_JS_GET_STARTED, @@ -56,9 +56,9 @@ const MSG = defineMessages({ id: 'layouts.WebsiteLayout.Header.navLinkAbout', defaultMessage: 'About', }, - navLinkApp: { - id: 'layouts.WebsiteLayout.Header.navLinkApp', - defaultMessage: 'Go to app', + navLinkBetaColony: { + id: 'layouts.WebsiteLayout.Header.navLinkBetaColony', + defaultMessage: 'Go to the Betacolony', }, navLinkCommunity: { id: 'layouts.WebsiteLayout.Header.navLinkCommunity', @@ -308,8 +308,8 @@ const Header = ({ />