Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update branding from CoronaSafe Network to Open Healthcare Network #1449

Merged
merged 1 commit into from
Jul 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading