瀏覽代碼

Updated Config

Yoginth 7 年之前
父節點
當前提交
f40bd0a6a0
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      templates/base/verification.tmpl

+ 0 - 6
templates/base/verification.tmpl

@@ -39,16 +39,10 @@
     email: '{{.LoggedUser.Email}}'
   });
   drift.config({
-    locale: '{{.Lang}}',
     messages: {
       welcomeMessage: 'Hey {{.LoggedUser.FullName}}!\nHelp, feedback, or bugs? Talk to us 🌞',
-      awayMessage: "Hey, we're not here right now, but leave a message.",
-      emailCaptureMessage: "Leave your email so we can get back to you.",
-      thankYouMessage: "Thanks we'll follow up soon."
     },
-    enableWelcomeMessage: false,
     backgroundColor: {{.Owner.ThemeColor}},
-    cookieDomain: '.gitote.in',
   })
   {{end}}
   drift.reset();