branch develop updated (94827f6 -> 9052472)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 94827f6 fixes #6586 change main page text new 9052472 fixes #6584 fix question delete message in question view 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 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 Summary of changes: coselmar-ui/src/main/webapp/views/questions/question.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.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>.
participants (1)
-
codelutin.com scm