diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-01-20 00:53:59 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-01-20 00:53:59 +0200 |
commit | d5d71d70973a3b402691f9131bdf664f3aa88c48 (patch) | |
tree | b0cedc4a179485bcdb53dede2e80722491280687 /models/cards.js | |
parent | c960a8b909289527e6cd8a94f41f3b57ebf0eba8 (diff) | |
download | wekan-d5d71d70973a3b402691f9131bdf664f3aa88c48.tar.gz wekan-d5d71d70973a3b402691f9131bdf664f3aa88c48.tar.bz2 wekan-d5d71d70973a3b402691f9131bdf664f3aa88c48.zip |
Update upcase/lowercase.
Diffstat (limited to 'models/cards.js')
-rw-r--r-- | models/cards.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/models/cards.js b/models/cards.js index aa0bf93e..a20da5ec 100644 --- a/models/cards.js +++ b/models/cards.js @@ -1429,7 +1429,7 @@ if (Meteor.isServer) { if (Meteor.isServer) { /** * @operation get_all_cards - * @summary get all cards attached to a list + * @summary Get all Cards attached to a List * * @param {string} boardId the board ID * @param {string} listId the list ID @@ -1459,7 +1459,7 @@ if (Meteor.isServer) { /** * @operation get_card - * @summary get a card + * @summary Get a Card * * @param {string} boardId the board ID * @param {string} listId the list ID of the card @@ -1484,7 +1484,7 @@ if (Meteor.isServer) { /** * @operation new_card - * @summary creates a new card + * @summary Create a new Card * * @param {string} boardId the board ID of the new card * @param {string} listId the list ID of the new card @@ -1540,7 +1540,7 @@ if (Meteor.isServer) { */ /** * @operation edit_card - * @summary edit fields in a card + * @summary Edit Fields in a Card * * @param {string} boardId the board ID of the card * @param {string} list the list ID of the card |