From 2969161afbe60a1aa2e7da6cedc3ab48941faf3e Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 21 Mar 2019 20:27:21 +0200 Subject: - More whitelabeling. Thanks to xet7 ! --- client/lib/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/lib') diff --git a/client/lib/popup.js b/client/lib/popup.js index 5b640f50..9abe48aa 100644 --- a/client/lib/popup.js +++ b/client/lib/popup.js @@ -184,7 +184,7 @@ window.Popup = new class { // positives. const title = TAPi18n.__(translationKey); // when popup showed as full of small screen, we need a default header to clearly see [X] button - const defaultTitle = Utils.isMiniScreen() ? 'Wekan' : false; + const defaultTitle = Utils.isMiniScreen() ? '' : false; return title !== translationKey ? title : defaultTitle; }; } -- cgit v1.2.3-1-g7c22