Skip to content

Commit

Permalink
Fixed label.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis-Cruz committed Jun 11, 2015
1 parent 6721ec2 commit e0963b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<form id="registerForm" class="form-horizontal" action="#" method="POST">
<div class="form-group">
<label class="control-label col-sm-2" for="contestName">
<spring:message code="label.applications.admissions.contest.name" text="label.applications.admissions.contest.name" />
<spring:message code="label.applications.admissions.candidate" text="Candidate" />
</label>
<div class="col-sm-10">
<input name="name" type="text" class="form-control" id="name" required="required" value=""/>
Expand Down

0 comments on commit e0963b9

Please sign in to comment.