Skip to content

Commit d3ca2e3

Browse files
committed
Update to 'Clear All Filters' wording
1 parent 3326af9 commit d3ca2e3

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)