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

Commit

Permalink
add message into messages.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Jun 18, 2012
1 parent 1643b42 commit 1e60fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions zanata-war/src/main/resources/messages.properties
Expand Up @@ -277,6 +277,7 @@ jsf.iteration.stats.OpenInWebEditor=Open in Translation Editor
jsf.JavaLocaleId=Java Locale Id
jsf.JoinLanguageTeam=Join Language Team
jsf.JoinedGroups=Joined Groups
jsf.Language=Language
jsf.language.validation.Existing=This language already exists
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/iteration/view.xhtml
Expand Up @@ -164,7 +164,7 @@
</a4j:form>
</rich:panel>

<rich:simpleTogglePanel label="Joined Groups" switchType="client">
<rich:simpleTogglePanel label="#{messages['jsf.JoinedGroups']}" switchType="client">
<h:form>
<rich:dataGrid value="#{viewAllStatusAction.projectIteration.groups.toArray()}" var="group" columns="3" styleClass="noBorderTable noBackgroundTable" style="border:0px">
<s:link view="/version-group/version_group.xhtml" propagation="none" value="#{group.name}" styleClass="table_link">
Expand Down

0 comments on commit 1e60fe6

Please sign in to comment.