mirror of
https://github.com/wekan/wekan.git
synced 2026-01-05 17:18:49 +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
|
|
@ -231,7 +231,7 @@ if (Meteor.isServer) {
|
|||
const setting = Settings.findOne({});
|
||||
if (!setting.productName) {
|
||||
return {
|
||||
productName: 'Wekan',
|
||||
productName: '',
|
||||
};
|
||||
} else {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue