Skip to content

Commit

Permalink
updated to EGW for search filter
Browse files Browse the repository at this point in the history
  • Loading branch information
okeino committed Nov 7, 2023
1 parent a8f2a4a commit 98b1424
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/compiled-lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4810,7 +4810,7 @@
"search__egwbooksHeading": [
{
"type": 0,
"value": "E.White"
"value": "E.G.W"
}
],
"search__egwbooksSeeAll": [
Expand Down
2 changes: 1 addition & 1 deletion public/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2299,7 +2299,7 @@
"string": "See All Matching Conferences"
},
"search__egwbooksHeading": {
"string": "E.White"
"string": "E.G.W"
},
"search__egwbooksSeeAll": {
"string": "See All Matching Ellen White Audiobooks"
Expand Down
2 changes: 1 addition & 1 deletion src/components/organisms/searchResults.filters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const filters: Record<string, EntityFilter> = {
},
egwbooks: {
heading: (
<FormattedMessage id="search__egwbooksHeading" defaultMessage="E.White" />
<FormattedMessage id="search__egwbooksHeading" defaultMessage="E.G.W" />
),
seeAll: (
<FormattedMessage
Expand Down

0 comments on commit 98b1424

Please sign in to comment.