Browse Source

Fixed translation of "Clear Filter" for "All boards page: Possibility of filtering board by team or organization".

Thanks to xet7 !
Lauri Ojansivu 3 năm trước cách đây
mục cha
commit
b36a7621e0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      client/components/boards/boardsList.jade

+ 1 - 1
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