diff --git a/domain/setting/smtp.go b/domain/setting/smtp.go index 8803afac..66ca3222 100644 --- a/domain/setting/smtp.go +++ b/domain/setting/smtp.go @@ -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? diff --git a/edition/community.go b/edition/community.go index cc70fca0..27f44cf0 100644 --- a/edition/community.go +++ b/edition/community.go @@ -41,7 +41,7 @@ func main() { rt.Product.Major = "4" rt.Product.Minor = "2" rt.Product.Patch = "3" - rt.Product.Revision = "220214141054" + rt.Product.Revision = "220301191336" rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch) rt.Product.Edition = domain.CommunityEdition rt.Product.Title = "Community" diff --git a/gui/app/pods/auth/forgot/template.hbs b/gui/app/pods/auth/forgot/template.hbs index eb97bb25..73672284 100644 --- a/gui/app/pods/auth/forgot/template.hbs +++ b/gui/app/pods/auth/forgot/template.hbs @@ -2,7 +2,7 @@
@@ -38,7 +38,7 @@