Skip to content

Commit

Permalink
fix(ZNTA-2605): fix contact admin on Google log in (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
djansen-redhat committed Jun 12, 2018
1 parent 13ec976 commit c28c34c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/services/src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ jsf.InvalidActivationKey=Invalid activation key
jsf.ActivationLinkExpired=Activation link expired. Please sign in and click "Re-send activation email".
#------ [home] > google account password reset ------
jsf.UsernameOrEmail.placeholder=Username or email address
jsf.google.passwordreset.messages=Unfortunately Google OpenID authentication is no longer supported. To continue using your account, please enter your email or username to setup a Zanata password. You can <a href="https://support.google.com/accounts/answer/6206245" target="_blank">find out more</a> or <a href="#" data-toggle="modal" data-target="#contactAdminDialogAnonymous">contact us for help</a>.
jsf.google.passwordreset.messages=Unfortunately Google OpenID authentication is no longer supported. To continue using your account, please enter your email or username to setup a Zanata password. You can <a href="https://support.google.com/accounts/answer/6206245" target="_blank">find out more</a> or <a href="#" data-toggle="modal" data-target="#contactAdminDialog">contact us for help</a>.
#------ [home] > Error ------
jsf.accessDenied=Access denied
jsf.Error=Error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
action="#{passwordResetRequest.requestReset}" id="submitRequest"/>
</div>
</h:form>
<ui:include src="/WEB-INF/layout/admin/contact_admin_modal_anonymous.xhtml"/>
<ui:include src="/WEB-INF/layout/admin/contact_admin_modal.xhtml"/>
</div>
</div>
</div>
Expand Down

0 comments on commit c28c34c

Please sign in to comment.