James Moger
2012-04-27 470a156243c9b558bc61085b5196994cf71a5090
src/com/gitblit/wicket/pages/ReviewProposalPage.java
@@ -46,7 +46,7 @@
      FederationProposal proposal = GitBlit.self().getPendingFederationProposal(token);
      if (proposal == null) {
         error("Could not find federation proposal!", true);
         error(getString("gb.couldNotFindFederationProposal"), true);
      }
      setupPage(getString("gb.proposals"), proposal.url);