This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.forge.codelutin.com/coselmar.git commit dde0ee98fb78d197413e012a2e158c2f10c3382a Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Tue Feb 23 17:40:32 2016 +0100 Fixes i18n placeholder issue --- coselmar-ui/src/main/webapp/views/questions/editquestion.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/views/questions/editquestion.html b/coselmar-ui/src/main/webapp/views/questions/editquestion.html index f89b1fa..4f0a779 100644 --- a/coselmar-ui/src/main/webapp/views/questions/editquestion.html +++ b/coselmar-ui/src/main/webapp/views/questions/editquestion.html @@ -324,7 +324,7 @@ <input type="text" ng-model="question.externalExperts" class="form-control" name="externalExperts" - placeholder="{{ 'placeholder.project.externalExperts' | translate }}" ng-list > + placeholder="{{ 'placeholder.project.externalexperts' | translate }}" ng-list > </div> </div> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.