From 23d2e0c933dd3335e46fd0ee9811cc70eae46cfb Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Wed, 31 Oct 2018 10:44:16 +0100
Subject: [PATCH] "Add comment" title added

---
 frontend-js/src/main/js/gui/CommentDialog.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frontend-js/src/main/js/gui/CommentDialog.js b/frontend-js/src/main/js/gui/CommentDialog.js
index 41bf2073ba..de7ad0e8ec 100644
--- a/frontend-js/src/main/js/gui/CommentDialog.js
+++ b/frontend-js/src/main/js/gui/CommentDialog.js
@@ -29,6 +29,7 @@ function CommentDialog(params) {
   var self = this;
   self._createGui();
   $(self.getElement()).dialog({
+    title: "Add comment",
     autoOpen: false,
     resizable: false,
     width: window.innerWidth / 2,
-- 
GitLab