From 865bd59127d9cc680432c8fed717251ad78a4036 Mon Sep 17 00:00:00 2001 From: Ralf Teusner Date: Fri, 31 Mar 2017 20:36:51 +0200 Subject: [PATCH] quickfix: wrong text on comment button. --- app/views/exercises/_comment_dialogcontent.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/exercises/_comment_dialogcontent.html.slim b/app/views/exercises/_comment_dialogcontent.html.slim index 0d89bea3..4c78035a 100644 --- a/app/views/exercises/_comment_dialogcontent.html.slim +++ b/app/views/exercises/_comment_dialogcontent.html.slim @@ -5,5 +5,5 @@ textarea.form-control(style='resize:none;') h5 =t('exercises.implement.comment.others') pre#otherCommentsTextfield p = '' -button#addCommentButton.btn.btn-block.btn-primary(type='button') =t('exercises.implement.comment.addComment') +button#addCommentButton.btn.btn-block.btn-primary(type='button') =t('exercises.implement.comment.addCommentButton') button#removeAllButton.btn.btn-block.btn-warning(type='button') =t('exercises.implement.comment.removeAllOnLine') \ No newline at end of file