branch develop updated (0339661 -> dde0ee9)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.forge.codelutin.com/coselmar.git from 0339661 make citation field mandatory new dde0ee9 Fixes i18n placeholder issue The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit dde0ee98fb78d197413e012a2e158c2f10c3382a Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Tue Feb 23 17:40:32 2016 +0100 Fixes i18n placeholder issue Summary of changes: coselmar-ui/src/main/webapp/views/questions/editquestion.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm