change i18n shibboleth label

This commit is contained in:
Giuseppe Digilio
2019-10-24 22:45:15 +02:00
parent 61eccb2973
commit 24b308ace6
2 changed files with 3 additions and 2 deletions

View File

@@ -458,9 +458,10 @@
"login.form.forgot-password": "Have you forgotten your password?", "login.form.forgot-password": "Have you forgotten your password?",
"login.form.header": "Please log in to DSpace", "login.form.header": "Please log in to DSpace",
"login.form.new-user": "New user? Click here to register.", "login.form.new-user": "New user? Click here to register.",
"login.form.or-divider": "or",
"login.form.password": "Password", "login.form.password": "Password",
"login.form.submit": "Log in", "login.form.submit": "Log in",
"login.form.shibboleth": "Shibboleth", "login.form.shibboleth": "Log in with Shibboleth",
"login.title": "Login", "login.title": "Login",
"logout.form.header": "Log out from DSpace", "logout.form.header": "Log out from DSpace",

View File

@@ -1,4 +1,4 @@
<a class="btn btn-lg btn-primary btn-block mt-2" [href]="location" role="button"> <a class="btn btn-lg btn-primary btn-block mt-2 text-white" [href]="location" role="button">
{{"login.form.shibboleth" | translate}} {{"login.form.shibboleth" | translate}}
</a> </a>