diff --git a/resources/i18n/en.json5 b/resources/i18n/en.json5 index 80367a435b..24ae24ba6a 100644 --- a/resources/i18n/en.json5 +++ b/resources/i18n/en.json5 @@ -458,9 +458,10 @@ "login.form.forgot-password": "Have you forgotten your password?", "login.form.header": "Please log in to DSpace", "login.form.new-user": "New user? Click here to register.", + "login.form.or-divider": "or", "login.form.password": "Password", "login.form.submit": "Log in", - "login.form.shibboleth": "Shibboleth", + "login.form.shibboleth": "Log in with Shibboleth", "login.title": "Login", "logout.form.header": "Log out from DSpace", diff --git a/src/app/shared/log-in/methods/shibboleth/log-in-shibboleth.component.html b/src/app/shared/log-in/methods/shibboleth/log-in-shibboleth.component.html index 489b1ec2ae..a4b81db279 100644 --- a/src/app/shared/log-in/methods/shibboleth/log-in-shibboleth.component.html +++ b/src/app/shared/log-in/methods/shibboleth/log-in-shibboleth.component.html @@ -1,4 +1,4 @@ - + {{"login.form.shibboleth" | translate}}