File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 506
506
"option_3" : " within 50 km" ,
507
507
"option_4" : " within 100 km" ,
508
508
"option_5" : " within 500 km" ,
509
- "clear_filters " : " Clear Filters " ,
509
+ "restore_defaults " : " Restore Defaults " ,
510
510
"apply_filters" : " Apply" ,
511
511
"save_to_set" : " Save to Set" ,
512
512
"search" : " Search" ,
Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ <h4 class="dropdown-menu-title" translate="app.filter_by"></h4>
25
25
<!-- end: filter options -->
26
26
</ div >
27
27
< div class ="form-field filter-actions ">
28
- < button type ="button " class ="button-link " ng-click ="clearFilters() " translate > global_filter.clear_filters </ button >
28
+ < button type ="button " class ="button-link " ng-click ="clearFilters() " translate > global_filter.restore_defaults </ button >
29
29
< button type ="submit " class ="button-alpha " ng-disabled ="disableApplyButton() " translate > app.apply_filters</ button >
30
30
</ div >
You can’t perform that action at this time.
0 commit comments