From 751e50c5cf50ae931768f86392618ed710ac0ef4 Mon Sep 17 00:00:00 2001 From: Paul Marillonnet Date: Wed, 27 Sep 2017 14:29:45 +0200 Subject: [PATCH] POC Campus Condorcet : correction typo --- django/sp_sso/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/sp_sso/templates/index.html b/django/sp_sso/templates/index.html index 02de8a3..7f3c6b6 100644 --- a/django/sp_sso/templates/index.html +++ b/django/sp_sso/templates/index.html @@ -16,7 +16,7 @@

{% trans "Your are moving in to the Campus" %}

{% trans "Register using your Campus institution account" %}

-{% trans "Send invites for people to declare their accounts." %}

+{% trans "Send invites for people to declare their accounts" %}

{% trans "You have been invited by a member of the Campus" %}

{% trans "Register using your origin institution account" %}

{% trans "Register using an empty form" %}