Skip to content

Commit

Permalink
Merge pull request #11864 from bbc/update-pidgin-most-read
Browse files Browse the repository at this point in the history
Update pidgin most read header and number or items
  • Loading branch information
jordit authored Aug 19, 2024
2 parents a01d001 + e43c2bd commit 2adf136
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 653 deletions.
6 changes: 3 additions & 3 deletions src/app/components/MostRead/Canonical/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ describe('MostRead Canonical', () => {

[
{
description: 'should render 10 list items for pidgin from fetched data',
service: 'pidgin',
description: 'should render 10 list items for arabic from fetched data',
service: 'arabic',
numberOfItems: 10,
mostReadData: pidginMostReadData,
mostReadData: arabicMostReadData,
},
{
description: 'should render 5 list items for kyrgyz from fetched data',
Expand Down
4 changes: 2 additions & 2 deletions src/app/lib/config/services/pidgin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ export const service: DefaultServiceConfig = {
latestMediaTitle: 'New things',
},
mostRead: {
header: 'De one we dem de read well well',
header: 'Di one wey oda users dey read well well',
lastUpdated: 'De one we dem update for:',
numberOfItems: 10,
numberOfItems: 5,
hasMostRead: true,
},
radioSchedule: {
Expand Down
Loading

0 comments on commit 2adf136

Please sign in to comment.