|
|
@@ -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();
|