mirror of
https://github.com/wekan/wekan.git
synced 2026-02-23 16:34:06 +01:00
- More whitelabeling.
Thanks to xet7 !
This commit is contained in:
parent
a6213d4a6f
commit
2969161afb
16 changed files with 34 additions and 29 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue