diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-02-01 20:01:38 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-02-01 20:01:38 +0200 |
commit | 1ec25c2a52d3bbe4c1613a6f818944aeea19a332 (patch) | |
tree | 06520e9119da5fb3eb84d0ac5445ea9aeeb84530 /client/components/boards | |
parent | 5b393756ef8b17a278c9beec039232e138d21fad (diff) | |
download | wekan-1ec25c2a52d3bbe4c1613a6f818944aeea19a332.tar.gz wekan-1ec25c2a52d3bbe4c1613a6f818944aeea19a332.tar.bz2 wekan-1ec25c2a52d3bbe4c1613a6f818944aeea19a332.zip |
Fix typos, thanks to umbertooo
Diffstat (limited to 'client/components/boards')
-rw-r--r-- | client/components/boards/boardHeader.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/boards/boardHeader.js b/client/components/boards/boardHeader.js index b72bb162..a76b566a 100644 --- a/client/components/boards/boardHeader.js +++ b/client/components/boards/boardHeader.js @@ -33,7 +33,7 @@ Template.boardChangeTitlePopup.events({ const newDesc = tpl.$('.js-board-desc').val().trim(); if (newTitle) { this.rename(newTitle); - this.setDesciption(newDesc); + this.setDescription(newDesc); Popup.close(); } evt.preventDefault(); |