mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
wording change, email sending optimization, add texts to i18n
This commit is contained in:
parent
e3c3cc0d8d
commit
39f2837838
9 changed files with 74 additions and 50 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Meteor.publish('setting', () => {
|
||||
return Settings.find({}, {fields:{strict: 1}});
|
||||
return Settings.find({}, {fields:{disableRegistration: 1}});
|
||||
});
|
||||
|
||||
Meteor.publish('mailServer', function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue