瀏覽代碼

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

Thanks to xet7 !
Lauri Ojansivu 3 年之前
父節點
當前提交
b36a7621e0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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