WildAid / o-fish-web

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

Closed MikeyDubs closed 2 years ago

MikeyDubs commented 3 years ago

Current:

Screen Shot 2021-01-27 at 12 41 14 PM

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:

 {t("FILTER.FILTER")}