This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit 2e55b397871ee6fa691315ea36860cc6ef1764f7 Author: Yannick Martel <martel@©odelutin.com> Date: Fri Jan 30 11:13:22 2015 +0100 fix placeholders in questions : used project instead of question --- coselmar-ui/src/main/webapp/views/questions/editquestion.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coselmar-ui/src/main/webapp/views/questions/editquestion.html b/coselmar-ui/src/main/webapp/views/questions/editquestion.html index c5f2ea2..43a7b2e 100644 --- a/coselmar-ui/src/main/webapp/views/questions/editquestion.html +++ b/coselmar-ui/src/main/webapp/views/questions/editquestion.html @@ -28,7 +28,7 @@ <div class="col-md-10"> <input type="text" class="form-control" name="title" ng-minlength="10" - placeholder="Question Title" + placeholder="Project Title" ng-model="question.title" required/> <p ng-show="questionForm.title.$invalid && !questionForm.title.$pristine" class="help-block">{{ 'question.message.requiredTitle' | translate }}</p> </div> @@ -98,7 +98,7 @@ <div class="col-md-10"> <textarea type="text" class="form-control" name="summary" rows="8" - placeholder="This summary can also be used to retrieve the question" + placeholder="This summary can also be used to retrieve the project" ng-model="question.summary" required/> <p ng-show="questionForm.summary.$invalid && !questionForm.summary.$pristine" -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.