|
@@ -65,7 +65,7 @@ template(name="boardList")
|
|
|
if isTouchScreenOrShowDesktopDragHandles
|
|
|
i.fa.board-handle(
|
|
|
class="fa-arrows"
|
|
|
- title="{{_ 'Drag board'}}")
|
|
|
+ title="{{_ 'drag-board'}}")
|
|
|
else
|
|
|
if isSandstorm
|
|
|
i.fa.js-clone-board(
|
|
@@ -119,7 +119,7 @@ template(name="boardList")
|
|
|
if isTouchScreenOrShowDesktopDragHandles
|
|
|
i.fa.board-handle(
|
|
|
class="fa-arrows"
|
|
|
- title="{{_ 'Drag board'}}")
|
|
|
+ title="{{_ 'drag-board'}}")
|
|
|
else
|
|
|
if isSandstorm
|
|
|
i.fa.js-clone-board(
|