From b36a7621e0feca5c22fc4a24eceba1a9fc584ab0 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 26 Aug 2021 02:10:44 +0300 Subject: [PATCH] Fixed translation of "Clear Filter" for "All boards page: Possibility of filtering board by team or organization". Thanks to xet7 ! --- client/components/boards/boardsList.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/boards/boardsList.jade b/client/components/boards/boardsList.jade index 398f343f9..751f1765f 100644 --- a/client/components/boards/boardsList.jade +++ b/client/components/boards/boardsList.jade @@ -19,7 +19,7 @@ template(name="boardList") if userHasOrgsOrTeams i.fa.fa-filter input#filterBtn(type="button" value="{{_ 'filter'}}") - input#resetBtn(type="button" value="{{_ 'reset'}}") + input#resetBtn(type="button" value="{{_ 'filter-clear'}}") ul.board-list.clearfix.js-boards li.js-add-board