From b929db5be9bddd2dd05f9a9a7dad7cd36f99ffd5 Mon Sep 17 00:00:00 2001 From: Son NK Date: Wed, 12 Feb 2020 12:20:24 +0700 Subject: [PATCH] Better new-app email --- templates/emails/com/new-app.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/emails/com/new-app.html b/templates/emails/com/new-app.html index 9ed4aac8..15f5326e 100644 --- a/templates/emails/com/new-app.html +++ b/templates/emails/com/new-app.html @@ -2,9 +2,10 @@ {% block content %} {{ render_text("Hi " + name) }} - {{ render_text("This is Son, SimpleLogin Founder šŸ˜Š.") }} + {{ render_text("This is Son, SimpleLogin founder.") }} {{ render_text("Even though I lead the company, Iā€™m the *product person* and the user experience you get from our product means a lot to me.") }} - {{ render_text('Our users and developers love SimpleLogin and its simplicity (hence the "simple" in the name šŸ˜‰), but if there\'s anything that\'s bugging you, even the smallest of issues that could be done better, I want to hear about it - so hit the reply button.') }} + {{ render_text('Our users and developers love SimpleLogin and its simplicity (hence the "simple" in the name), but if there\'s anything that\'s bugging you, even the smallest of issues that could be done better, I want to hear about it - so hit the reply button.') }} {{ render_button("SimpleLogin documentation", "https://docs.simplelogin.io") }} + {{ render_text('Thanks,
SimpleLogin Team.') }} {% endblock %}