Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix wrong label display in version page to join group
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Nov 22, 2013
1 parent 9510134 commit 969f089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/iteration/view.xhtml
Expand Up @@ -179,7 +179,7 @@
<s:fragment
rendered="#{s:hasPermission(viewAllStatusAction.projectIteration, 'update')}">
<a href="#" class="action_link"
onclick="#{rich:component('versionSearchPanel')}.show()">#{messages['jsf.RequestAddProjectToGroup']}</a>
onclick="#{rich:component('versionSearchPanel')}.show()">#{messages['jsf.RequestJoinGroup']}</a>
</s:fragment>
<h:outputLink id="exportTMXIterLink" styleClass="action_link"
onclick="return confirm('#{messages['jsf.ConfirmExportTMXIter']}')"
Expand Down

0 comments on commit 969f089

Please sign in to comment.