[Guided onboarding] Update getting started page breadcrumb (#145250)

This commit is contained in:
Alison Goryachev 2022-11-15 13:33:31 -05:00 committed by GitHub
parent 9f2877a371
commit 2355535972
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ import { KEY_ENABLE_WELCOME } from '../home';
const homeBreadcrumb = i18n.translate('home.breadcrumbs.homeTitle', { defaultMessage: 'Home' });
const gettingStartedBreadcrumb = i18n.translate('home.breadcrumbs.gettingStartedTitle', {
defaultMessage: 'Guided setup',
defaultMessage: 'Setup guides',
});
const title = i18n.translate('home.guidedOnboarding.gettingStarted.useCaseSelectionTitle', {
defaultMessage: 'What would you like to do first?',