Skip to content

Commit

Permalink
fix: Same label for all 3 NavigationBar tabs (#1404)
Browse files Browse the repository at this point in the history
* Fixed tooltip label

* Changed scan to Search

* description of search and History changed
  • Loading branch information
abhay1821 authored Mar 29, 2022
1 parent 93e3be6 commit 35457d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/smooth_app/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -290,13 +290,13 @@
"@profile_navbar_label": {
"description": "BottomNavigationBarLabel: For the profile and personal preferences page"
},
"scan_navbar_label": "Profile",
"scan_navbar_label": "Search",
"@scan_navbar_label": {
"description": "BottomNavigationBarLabel: For the profile and personal preferences page"
"description": "BottomNavigationBarLabel: For the searching of products"
},
"history_navbar_label": "Profile",
"history_navbar_label": "History",
"@history_navbar_label": {
"description": "BottomNavigationBarLabel: For the profile and personal preferences page"
"description": "BottomNavigationBarLabel: For the history and compare mode"
},
"category": "Filter by category",
"@category": {
Expand Down

0 comments on commit 35457d3

Please sign in to comment.