From b14e024e180e0f9686ecc84744bb8ce500dc885c Mon Sep 17 00:00:00 2001
From: Frederick Muriuki Muriithi
Date: Mon, 3 Feb 2025 14:10:13 -0600
Subject: Improve page copy for the authorisation server.
---
gn_auth/templates/base.html | 4 ++--
gn_auth/templates/oauth2/authorise-user.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
(limited to 'gn_auth')
diff --git a/gn_auth/templates/base.html b/gn_auth/templates/base.html
index b452ca1..bdd5347 100644
--- a/gn_auth/templates/base.html
+++ b/gn_auth/templates/base.html
@@ -5,7 +5,7 @@
-
gn-auth: {%block title%}{%endblock%}
+ Authorization {%block title%}{%endblock%}
@@ -39,7 +39,7 @@
style="font-weight: bold;">GeneNetwork
- gn-auth: {%block pagetitle%}{%endblock%}
+ Authorization: {%block pagetitle%}{%endblock%}
diff --git a/gn_auth/templates/oauth2/authorise-user.html b/gn_auth/templates/oauth2/authorise-user.html
index 7474464..2129cc3 100644
--- a/gn_auth/templates/oauth2/authorise-user.html
+++ b/gn_auth/templates/oauth2/authorise-user.html
@@ -2,7 +2,7 @@
{%block title%}Authorise User{%endblock%}
-{%block pagetitle%}Authenticate to the API Server{%endblock%}
+{%block pagetitle%}Sign In{%endblock%}
{%block content%}
{{flash_messages()}}
--
cgit v1.2.3