File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ const WalletFilterSidebar: React.FC<WalletFilterSidebarProps> = ({
161161 } }
162162 >
163163 < Icon as = { BsArrowCounterclockwise } aria-hidden = "true" fontSize = "sm" />
164- { "Reset filters". toUpperCase ( ) }
164+ { t ( "page-find-wallet-reset- filters") . toUpperCase ( ) }
165165 </ Center >
166166 < TabPanels
167167 m = { 0 }
Original file line number Diff line number Diff line change 9090 "page-find-wallet-browser-desc" : " Wallets with browser extensions" ,
9191 "page-find-wallet-device" : " Device" ,
9292 "page-find-choose-to-compare" : " Choose to compare" ,
93- "page-find-wallet-choose-features" : " Choose features"
93+ "page-find-wallet-choose-features" : " Choose features" ,
94+ "page-find-wallet-reset-filters" : " Reset filters"
9495}
You can’t perform that action at this time.
0 commit comments