Skip to content

Commit

Permalink
Corrected Default Whatsapp Text
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshhari committed Aug 23, 2021
1 parent da433cd commit fc5aaa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions care/utils/whatsapp/send_media_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
def _get_default_whatsapp_config():
return {
"admin_report": {
"message": "Coronasafe",
"header": "Daily Summary of auto-generated from care.",
"footer": "Coronasafe",
"message": "Coronasafe Network",
"header": "Daily summary auto-generated from care.",
"footer": "Coronasafe Network",
}
}

Expand Down

0 comments on commit fc5aaa5

Please sign in to comment.