From 2b8d8544e7afae931c6b6302f887b65bbe3097cd Mon Sep 17 00:00:00 2001 From: ppettitau Date: Tue, 17 Dec 2024 07:36:36 +1000 Subject: [PATCH] [ERP-2780] Update Patient Registration link text to more generic "Register here". --- rdrf/rdrf/templates/two_factor/core/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdrf/rdrf/templates/two_factor/core/login.html b/rdrf/rdrf/templates/two_factor/core/login.html index 610e31666..235bcc8c6 100644 --- a/rdrf/rdrf/templates/two_factor/core/login.html +++ b/rdrf/rdrf/templates/two_factor/core/login.html @@ -116,7 +116,7 @@ {% for registry in registries_with_registration %}
  • - {% trans "Patient registration" %}{% if registries_with_registration|length > 1 %}({{ registry.name }}){% endif %} + {% trans "Register here" %}{% if registries_with_registration|length > 1 %}({{ registry.name }}){% endif %}
  • {% endfor %}