Skip to content

Commit

Permalink
1070083 - Login page is not localized. not_authorized
Browse files Browse the repository at this point in the history
(cherry picked from commit 1d7874f)
  • Loading branch information
nmirasch committed Mar 6, 2014
1 parent 14ca4a7 commit 6a47a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -153,7 +153,7 @@
<h3><i18n:message key="loginFailed">Login failed: Not Authorized</i18n:message></h3>
<form action="<%=request.getContextPath()%>/org.kie.workbench.drools.KIEDroolsWebapp/KIEDroolsWebapp.html" method="GET">
<p>
<input class="button" type="submit" value='<i18n:message key="loginAsAnotherUser">Login as another user</i18n:message>'value=""/>
<input class="button" type="submit" value='<i18n:message key="loginAsAnotherUser">Login as another user</i18n:message>'/>
</p>

</form>
Expand Down
2 changes: 1 addition & 1 deletion kie-wb/kie-wb-webapp/src/main/webapp/not_authorized.jsp
Expand Up @@ -151,7 +151,7 @@
<h3><i18n:message key="loginFailed">Login failed: Not Authorized</i18n:message></h3>
<form action="<%=request.getContextPath()%>/org.kie.workbench.drools.KIEDroolsWebapp/KIEDroolsWebapp.html" method="GET">
<p>
<input class="button" type="submit" value='<i18n:message key="loginAsAnotherUser">Login as another user</i18n:message>'value=""/>
<input class="button" type="submit" value='<i18n:message key="loginAsAnotherUser">Login as another user</i18n:message>'/>
</p>

</form>
Expand Down

0 comments on commit 6a47a31

Please sign in to comment.