This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See http://git.chorem.org/pollen.git commit d6e133b621fc16243fc9d01a5607b190feb0c120 Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Wed Jul 30 11:56:00 2014 +0200 fix label for poll-settings --- pollen-ui-angular/src/main/webapp/partials/poll-settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-angular/src/main/webapp/partials/poll-settings.html b/pollen-ui-angular/src/main/webapp/partials/poll-settings.html index 8369256..33c1fb5 100644 --- a/pollen-ui-angular/src/main/webapp/partials/poll-settings.html +++ b/pollen-ui-angular/src/main/webapp/partials/poll-settings.html @@ -113,7 +113,7 @@ </div> <div class="form-group row"> - <label class="col-sm-4 control-label">{{ 'poll.config.label.limitedVote' | translate }}</label> + <label class="col-sm-4 control-label" for="formLimitedVote">{{ 'poll.config.label.limitedVote' | translate }}</label> <div class="col-sm-8"> <input type="checkbox" id="formLimitedVote" ng-model="data.poll.limitedVote" auto-save="autoSavePoll()" /> </div> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.