Skip to content

Commit

Permalink
Update branding from CoronaSafe Network to Open Healthcare Network (#…
Browse files Browse the repository at this point in the history
…1449)

Rename Coronasafe to OHC
  • Loading branch information
Ashesh3 authored Jul 13, 2023
1 parent 0f4486a commit 2933234
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion care/facility/api/serializers/patient_otp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
),
)
Expand Down
2 changes: 1 addition & 1 deletion care/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
alt="Digital Public Goods logo" />
</a>
<a href="https://coronasafe.network/">
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.</a>&nbsp;
<a href="https://github.com/coronasafe" class="care-secondary-color">(Github)</a>
Expand Down
2 changes: 1 addition & 1 deletion care/templates/email/user_reset_password.html
Original file line number Diff line number Diff line change
@@ -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}}
<a href="{{reset_password_url}}" > Click Here</a>

Expand Down
2 changes: 1 addition & 1 deletion care/templates/email/user_reset_password.txt
Original file line number Diff line number Diff line change
@@ -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}}

Expand Down

0 comments on commit 2933234

Please sign in to comment.