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

Commit

Permalink
Fix wording on join group label, clear missing locale list when reset…
Browse files Browse the repository at this point in the history
… statistic
  • Loading branch information
Alex Eng committed Nov 25, 2013
1 parent f59866f commit 8e71a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -467,6 +467,7 @@ public List<HProjectIteration> getProjectIterations() {
public void resetPageData() {
projectIterations = null;
activeLocales = null;
missingLocaleVersionMap = null;
loadStatistic();
}
}
2 changes: 1 addition & 1 deletion zanata-war/src/main/resources/messages.properties
Expand Up @@ -830,7 +830,7 @@ jsf.SelectProjectVersions=Select Project Versions
jsf.NoProjectVersionSelected=No project version selected.
jsf.ClickSendMessageToProceedRequest=Enter additional information and click 'Send Message' to proceed
jsf.RequestAddProjectToGroup=Request to add a project to {0}
jsf.RequestJoinGroup=Request to join Group
jsf.RequestJoinGroup=Request to add project to group
jsf.AlreadyInGroup=Already in Group
jsf.email.joingrouprequest.AdditionalInfoMessage=To ensure your request is processed without delay, please provide any additional information that will help the group maintainers to process your request.
!FIXME make key similar to related keys
Expand Down

0 comments on commit 8e71a2b

Please sign in to comment.