From 2933234dec6706aae12b8c9fcfe5ebbd9e299a43 Mon Sep 17 00:00:00 2001
From: Ashesh <3626859+Ashesh3@users.noreply.github.com>
Date: Thu, 13 Jul 2023 23:26:30 +0530
Subject: [PATCH] Update branding from CoronaSafe Network to Open Healthcare
Network (#1449)
Rename Coronasafe to OHC
---
care/facility/api/serializers/patient_otp.py | 2 +-
care/templates/base.html | 2 +-
care/templates/email/user_reset_password.html | 2 +-
care/templates/email/user_reset_password.txt | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/care/facility/api/serializers/patient_otp.py b/care/facility/api/serializers/patient_otp.py
index 9d6951e883..7457ac8454 100644
--- a/care/facility/api/serializers/patient_otp.py
+++ b/care/facility/api/serializers/patient_otp.py
@@ -26,7 +26,7 @@ def send_sms(otp, phone_number):
sendSMS(
phone_number,
(
- f"CoronaSafe Network Patient Management System Login, OTP is {otp} . "
+ f"Open Healthcare Network Patient Management System Login, OTP is {otp} . "
"Please do not share this Confidential Login Token with anyone else"
),
)
diff --git a/care/templates/base.html b/care/templates/base.html
index 9270456239..53b13042d1 100644
--- a/care/templates/base.html
+++ b/care/templates/base.html
@@ -104,7 +104,7 @@
alt="Digital Public Goods logo" />
- CoronaSafe Network is an open-source digital public good designed by
+ Open Healthcare Network is an open-source digital public good designed by
a multi-disciplinary team of innovators and volunteers who are working on a model to support
Government efforts.
(Github)
diff --git a/care/templates/email/user_reset_password.html b/care/templates/email/user_reset_password.html
index 7c5e29a087..8eb0100c40 100644
--- a/care/templates/email/user_reset_password.html
+++ b/care/templates/email/user_reset_password.html
@@ -1,5 +1,5 @@
Hi,
-Greetings from Coronasafe Network,
+Greetings from Open Healthcare Network,
Please click the following link to reset your password for your account with username {{username}}
Click Here
diff --git a/care/templates/email/user_reset_password.txt b/care/templates/email/user_reset_password.txt
index df328882a5..2a2e8a703f 100644
--- a/care/templates/email/user_reset_password.txt
+++ b/care/templates/email/user_reset_password.txt
@@ -1,5 +1,5 @@
Hi,
-Greetings from Coronasafe Network,
+Greetings from Open Healthcare Network,
Please click the following link to reset your password
{{reset_password_url}}