From e36a2c96f86b07dee4a8180b0c0cc6fd6d3e7f98 Mon Sep 17 00:00:00 2001 From: Isaac Slavitt Date: Thu, 13 Sep 2018 15:58:42 -0400 Subject: [PATCH] Add missing space --- oidc_provider/lib/claims.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oidc_provider/lib/claims.py b/oidc_provider/lib/claims.py index 32c7b27..a1dc1c1 100644 --- a/oidc_provider/lib/claims.py +++ b/oidc_provider/lib/claims.py @@ -120,7 +120,7 @@ class StandardScopeClaims(ScopeClaims): info_profile = ( _(u'Basic profile'), - _(u'Access to your basic information. Includes names, gender, birthdate' + _(u'Access to your basic information. Includes names, gender, birthdate ' 'and other information.'), )