Web application for the Officer's Fishery Information Sharing Hub (O-FISH). The web app allows agencies to gain insights from the aggregated information gathered during a routine vessel inspection (submitted via the web app).
Apache License 2.0
32
stars
41
forks
source link
Boarding Records Page: Filter Icon Should be a Button that says "Filter" #394
Make sure that the text is NOT hard-coded, but is localized in the appropriate translation.json file under src/helpers/i18n/*/translation.json - it looks like there already is an entry for "FILTER" so you can use that:
en: Filter
es: Filtro
fr: Filtre
and it's called like this - you can see it in src/components/users/users.component.js:
Current:
Should be:
https://user-images.githubusercontent.com/49571712/106031373-33325280-609d-11eb-97da-7582b9263c69.mp4
Make sure that the text is NOT hard-coded, but is localized in the appropriate translation.json file under src/helpers/i18n/*/translation.json - it looks like there already is an entry for "FILTER" so you can use that: en: Filter es: Filtro fr: Filtre and it's called like this - you can see it in src/components/users/users.component.js: