- Fix typos.

- Fix Outgoing Webhook message about created new swimlane.

Related #1969
This commit is contained in:
Lauri Ojansivu 2019-03-25 16:59:12 +02:00
parent 0039fe09be
commit 08c8ebc100
52 changed files with 176 additions and 26 deletions

View file

@ -1,16 +1,16 @@
{
"name": "Kanban",
"short_name": "Kanban",
"name": "Wekan",
"short_name": "Wekan",
"description": "The open-source kanban",
"lang": "en-US",
"icons": [
{
"src": "/logo-150.png",
"src": "/wekan-logo-150.png",
"type": "image/png",
"sizes": "150x150"
},
{
"src": "/logo-150.svg",
"src": "/wekan-logo-150.svg",
"type": "image/svg+xml",
"sizes": "150x150"
}