File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ const Container = styled.div`
1919export const NoResults : React . FC < React . PropsWithChildren < unknown > > = ( {
2020 children
2121} ) => {
22- const { t } = useTranslation ( "search " )
22+ const { t } = useTranslation ( "common " )
2323 return (
2424 < Container >
25- < Image src = "/no-results.svg" alt = { t ( "no_results " ) } />
26- < div className = "fs-3" > { t ( "looks_pretty_empty_here " ) } </ div >
25+ < Image src = "/no-results.svg" alt = { t ( "noResults " ) } />
26+ < div className = "fs-3" > { t ( "looksPrettyEmptyHere " ) } </ div >
2727 < div className = "text-center" > { children } </ div >
2828 </ Container >
2929 )
Original file line number Diff line number Diff line change 123123 },
124124 "notInCommittee" : " Bill not currently in committee" ,
125125 "noResults" : " No Results" ,
126+ "looksPrettyEmptyHere" : " Looks Pretty Empty Here" ,
126127 "noNewsUpdates" : " There are no news updates for your current followed topics" ,
127128 "orgs" : " Organizations" ,
128129 "pending_upgrade_warning" : {
Original file line number Diff line number Diff line change 2929 "cosponsor_count" : " Sort by Cosponsor Count" ,
3030 "next_hearing_date" : " Sort by Next Hearing Date"
3131 },
32- "no_results" : " No Results" ,
33- "looks_pretty_empty_here" : " Looks Pretty Empty Here" ,
3432 "result_count" : " Showing {{pageStart}}-{{pageEnd}} of {{nbHits}} Results" ,
3533 "search_error" : " Something went wrong. Please try again. Original message: {{error}}"
3634}
You can’t perform that action at this time.
0 commit comments