mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
Implement basic i18n client-side foundation
This commit is contained in:
parent
59c929d251
commit
8a25509019
9 changed files with 33 additions and 18 deletions
|
@ -36,7 +36,7 @@ func GetSMTPConfig(s *store.Store) (c smtp.Config) {
|
|||
c.SenderEmail, _ = s.Setting.Get("SMTP", "sender")
|
||||
c.SenderName, _ = s.Setting.Get("SMTP", "senderName")
|
||||
if c.SenderName == "" {
|
||||
c.SenderName = "Documize"
|
||||
c.SenderName = "Documize Community"
|
||||
}
|
||||
|
||||
// anon auth?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue