mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Fix typos, thanks to umbertooo
This commit is contained in:
parent
5b393756ef
commit
1ec25c2a52
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
|
@ -249,7 +249,7 @@ Boards.mutations({
|
|||
return { $set: { title }};
|
||||
},
|
||||
|
||||
setDesciption(description) {
|
||||
setDescription(description) {
|
||||
return { $set: {description} };
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue