From 821e3611f50e9bfe889bca49880ad36e1031af2c Mon Sep 17 00:00:00 2001 From: avij Date: Jan 31 2017 18:43:37 +0000 Subject: [PATCH 1/3] Fix typo realying -> relying --- diff --git a/templates/openid/consent_form.html b/templates/openid/consent_form.html index 3ce40e7..c954dd6 100644 --- a/templates/openid/consent_form.html +++ b/templates/openid/consent_form.html @@ -2,7 +2,7 @@ {% block main %}
-

The OpenID realying party {{ trustroot }} is asking +

The OpenID relying party {{ trustroot }} is asking to authorize access for {{ username }}.

Please review the authorization details

From 74442f5e072925f3ae76bc8953d5d64895f4df5e Mon Sep 17 00:00:00 2001 From: avij Date: Feb 01 2017 14:06:18 +0000 Subject: [PATCH 2/3] Fix typo realying -> relying The proper term is "relying party", not "realying party" or "relaying party" or any other variant. Signed-off-by: Anssi Johansson --- diff --git a/templates/openid/consent_form.html b/templates/openid/consent_form.html index 3ce40e7..c954dd6 100644 --- a/templates/openid/consent_form.html +++ b/templates/openid/consent_form.html @@ -2,7 +2,7 @@ {% block main %}
-

The OpenID realying party {{ trustroot }} is asking +

The OpenID relying party {{ trustroot }} is asking to authorize access for {{ username }}.

Please review the authorization details