File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -673,7 +673,6 @@ screen.error.page.loginagain=Log in again
673673screen.authnerror.title =Login Error
674674screen.authnerror.tips =Oops! Something went wrong ...
675675screen.authnerror.tips.devmode =Developer mode only !!!
676- screen.authnerror.button.resendosfconfirmation =Resend confirmation email
677676screen.authnerror.button.backtoosf =Exit login
678677screen.authnerror.button.logout =Log out
679678screen.blocked.message =You are being throttled for attempting to login too frequently in a short amount of time. \
@@ -689,7 +688,8 @@ screen.accountnotconfirmedidp.message=The OSF account associated with the email
689688 "mailto:support@osf.io">OSF Support</a>.
690689screen.accountnotconfirmedosf.heading =Account not confirmed
691690screen.accountnotconfirmedosf.message =The OSF account associated with the email has been registered but not confirmed. \
692- Please check your email (and spam folder) or click the button below to resend your confirmation email.
691+ Please check your email (and spam folder) or contact <a style="white-space: nowrap" href="mailto:support@osf.io">OSF \
692+ Support</a>.
693693screen.servererror.title =Server Error
694694screen.unavailable.heading =CAS unavailable
695695screen.unavailable.message =Your request cannot be completed at this time. Please return to OSF and try again later. If \
Original file line number Diff line number Diff line change 1818 < h1 th:utext ="#{screen.accountnotconfirmedidp.heading} "> </ h1 >
1919 < p th:utext ="#{screen.accountnotconfirmedidp.message} "> </ p >
2020 </ section >
21- < section class ="form-button ">
22- < a class ="mdc-button mdc-button--raised button-osf-blue " th:href ="@{${osfUrl.resendConfirmation}} ">
23- < span class ="mdc-button__label " th:utext ="#{screen.authnerror.button.resendosfconfirmation} "> </ span >
24- </ a >
25- </ section >
2621 < hr class ="my-4 " />
2722 < section class ="text-with-mdi ">
2823 < span > < a th:href ="@{/logout(service=${osfUrl.logout})} " th:utext ="#{screen.authnerror.button.backtoosf} "> </ a > </ span >
Original file line number Diff line number Diff line change 1818 < h1 th:utext ="#{screen.accountnotconfirmedosf.heading} "> </ h1 >
1919 < p th:utext ="#{screen.accountnotconfirmedosf.message} "> </ p >
2020 </ section >
21- < section class ="form-button ">
22- < a class ="mdc-button mdc-button--raised button-osf-blue " th:href ="@{${osfUrl.resendConfirmation}} ">
23- < span class ="mdc-button__label " th:utext ="#{screen.authnerror.button.resendosfconfirmation} "> </ span >
24- </ a >
25- </ section >
2621 < hr class ="my-4 " />
2722 < section class ="text-with-mdi ">
2823 < span > < a th:href ="@{/logout(service=${osfUrl.logout})} " th:utext ="#{screen.authnerror.button.backtoosf} "> </ a > </ span >
You can’t perform that action at this time.
0 commit comments