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 905247217b1cad5c7ce7fb117e29104a32bead7c Author: Yannick Martel <martel@©odelutin.com> Date: Thu Jan 29 17:50:07 2015 +0100 fixes #6584 fix question delete message in question view --- coselmar-ui/src/main/webapp/views/questions/question.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/views/questions/question.html b/coselmar-ui/src/main/webapp/views/questions/question.html index cfc86b3..68d2dc6 100644 --- a/coselmar-ui/src/main/webapp/views/questions/question.html +++ b/coselmar-ui/src/main/webapp/views/questions/question.html @@ -74,7 +74,7 @@ <span class="fa fa-edit" aria-hidden="true"></span>{{ 'question.button.adjourn' | translate }} </a> <a class="btn btn-action btn-disable" - ng-confirm-message="Do you really want to delete this question ?" + ng-confirm-message="question.message.delete" ng-confirm-click="deleteQuestion()"> <span class="fa fa-remove" aria-hidden="true"></span>{{ 'common.button.delete' | translate }} </a> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.