Skip to content

Commit 2933234

Browse files
authored
Update branding from CoronaSafe Network to Open Healthcare Network (#1449)
Rename Coronasafe to OHC
1 parent 0f4486a commit 2933234

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

care/facility/api/serializers/patient_otp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def send_sms(otp, phone_number):
2626
sendSMS(
2727
phone_number,
2828
(
29-
f"CoronaSafe Network Patient Management System Login, OTP is {otp} . "
29+
f"Open Healthcare Network Patient Management System Login, OTP is {otp} . "
3030
"Please do not share this Confidential Login Token with anyone else"
3131
),
3232
)

care/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
alt="Digital Public Goods logo" />
105105
</a>
106106
<a href="https://coronasafe.network/">
107-
CoronaSafe Network is an open-source digital public good designed by
107+
Open Healthcare Network is an open-source digital public good designed by
108108
a multi-disciplinary team of innovators and volunteers who are working on a model to support
109109
Government efforts.</a>&nbsp;
110110
<a href="https://github.com/coronasafe" class="care-secondary-color">(Github)</a>

care/templates/email/user_reset_password.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Hi,
2-
Greetings from Coronasafe Network,
2+
Greetings from Open Healthcare Network,
33
Please click the following link to reset your password for your account with username {{username}}
44
<a href="{{reset_password_url}}" > Click Here</a>
55

care/templates/email/user_reset_password.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Hi,
2-
Greetings from Coronasafe Network,
2+
Greetings from Open Healthcare Network,
33
Please click the following link to reset your password
44
{{reset_password_url}}
55

0 commit comments

Comments
 (0)