Skip to content

Commit

Permalink
update placeholderData for films and streaming labels
Browse files Browse the repository at this point in the history
  • Loading branch information
tconte-pass committed Oct 31, 2024
1 parent 62163c8 commit 799bcf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/libs/subcategories/fixtures/mappings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const subcategoriesMappingSnap = {
},
ABO_PLATEFORME_VIDEO: {
id: 'ABO_PLATEFORME_VIDEO',
appLabel: 'Abonnement plateforme streaming',
appLabel: 'Abonnements streaming',
categoryId: 'FILM',
homepageLabelName: 'FILMS',
isEvent: false,
Expand Down Expand Up @@ -817,7 +817,7 @@ export const useSearchGroupLabelMappingSnap = {
RENCONTRES_CONFERENCES: 'Conférences & rencontres',
EVENEMENTS_EN_LIGNE: 'Évènements en ligne',
CINEMA: 'Cinéma',
FILMS_DOCUMENTAIRES_SERIES: 'Films, documentaires et séries',
FILMS_DOCUMENTAIRES_SERIES: 'Films, séries et documentaires',
INSTRUMENTS: 'Instruments de musique',
JEUX_JEUX_VIDEOS: 'Jeux & jeux vidéos',
LIVRES: 'Livres',
Expand Down Expand Up @@ -911,7 +911,7 @@ export const useSubcategoryOfferLabelMappingSnap = {
ABO_LUDOTHEQUE: 'Abonnement ludothèque',
ABO_MEDIATHEQUE: 'Abonnement médiathèque',
ABO_PLATEFORME_MUSIQUE: 'Abonnement plateforme musicale',
ABO_PLATEFORME_VIDEO: 'Abonnement plateforme streaming',
ABO_PLATEFORME_VIDEO: 'Abonnements streaming',
ABO_PRATIQUE_ART: 'Abonnement pratique artistique',
ABO_PRESSE_EN_LIGNE: 'Abonnement presse en ligne',
ABO_SPECTACLE: 'Abonnement spectacle',
Expand Down
4 changes: 2 additions & 2 deletions src/libs/subcategories/placeholderData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const PLACEHOLDER_DATA: SubcategoriesResponseModelv2 = {
{
id: SubcategoryIdEnumv2.ABO_PLATEFORME_VIDEO,
categoryId: CategoryIdEnum.FILM,
appLabel: 'Abonnement plateforme streaming',
appLabel: 'Abonnements streaming',
searchGroupName: SearchGroupNameEnumv2.FILMS_DOCUMENTAIRES_SERIES,
homepageLabelName: HomepageLabelNameEnumv2.FILMS,
isEvent: false,
Expand Down Expand Up @@ -755,7 +755,7 @@ export const PLACEHOLDER_DATA: SubcategoriesResponseModelv2 = {
{ name: SearchGroupNameEnumv2.CINEMA, value: 'Cinéma' },
{
name: SearchGroupNameEnumv2.FILMS_DOCUMENTAIRES_SERIES,
value: 'Films, documentaires et séries',
value: 'Films, séries et documentaiers',
},
{ name: SearchGroupNameEnumv2.INSTRUMENTS, value: 'Instruments de musique' },
{ name: SearchGroupNameEnumv2.JEUX_JEUX_VIDEOS, value: 'Jeux & jeux vidéos' },
Expand Down

0 comments on commit 799bcf7

Please sign in to comment.