Skip to content

Commit da5bbd0

Browse files
authored
Merge pull request #40 from jhadvig/clearfilter
Update to 'Clear All Filters' wording
2 parents 3326af9 + d3ca2e3 commit da5bbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelFilter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ angular.module('kubernetesUI')
181181
)
182182
.append(
183183
$('<span>')
184-
.text("Clear filters")
184+
.text("Clear All Filters")
185185
)
186186
).click(function() {
187187
self.clear();

0 commit comments

Comments
 (0)