Skip to content

Commit

Permalink
select languages to select country
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Speechley committed Oct 25, 2023
1 parent 481e25b commit 3063524
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/header/src/constants/Header.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { LangOption } from '../Header.types';
const DEFAULT_LOCALE = {
closeSearchLabel: 'Close search',
logoLabel: 'heycar logo',
langListHeading: 'Select Language',
langListHeading: 'Select Country',
burgerMenuButtonLabel: 'Navigation menu',
favoritesCountLabel: 'Favorites count',
showAllLabel: 'Show all',
Expand All @@ -30,14 +30,14 @@ const LANG_OPTIONS: LangOption[] = [
},
{
langCode: 'en-GB',
label: 'English',
shortName: 'Eng',
label: 'UK',
shortName: 'UK',
href: '#en-GB',
},
{
langCode: 'fr-FR',
label: 'Français',
shortName: 'Fra',
label: 'France',
shortName: 'France',
href: '#fr-FR',
},
{
Expand Down

0 comments on commit 3063524

Please sign in to comment.