Skip to content

Commit fcf023c

Browse files
authored
Merge pull request #1294 from NidhiKJha/rpit
Clear filter changed to Restore Defaults
2 parents 8ef722f + e89c4e3 commit fcf023c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/common/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@
506506
"option_3" : "within 50 km",
507507
"option_4" : "within 100 km",
508508
"option_5" : "within 500 km",
509-
"clear_filters" : "Clear Filters",
509+
"restore_defaults" : "Restore Defaults",
510510
"apply_filters" : "Apply",
511511
"save_to_set" : "Save to Set",
512512
"search" : "Search",

app/main/posts/views/filters/filters-dropdown.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ <h4 class="dropdown-menu-title" translate="app.filter_by"></h4>
2525
<!-- end: filter options -->
2626
</div>
2727
<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>
2929
<button type="submit" class="button-alpha" ng-disabled="disableApplyButton()" translate>app.apply_filters</button>
3030
</div>

0 commit comments

Comments
 (0)