From 8b236feb51030183ef94b1eaa2842be78f701490 Mon Sep 17 00:00:00 2001
From: James Allen <james@sharelatex.com>
Date: Fri, 22 Jun 2018 14:24:41 +0100
Subject: [PATCH] Remove hardcoded ShareLaTeX reference in upgrade blurb

---
 app/views/subscriptions/new.pug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/subscriptions/new.pug b/app/views/subscriptions/new.pug
index c8228f480..d3d99168d 100644
--- a/app/views/subscriptions/new.pug
+++ b/app/views/subscriptions/new.pug
@@ -249,7 +249,7 @@ block content
 								
 							hr
 								
-							p.small.text-center We're confident that you'll love ShareLaTeX, but if not you can cancel anytime. We'll give you your money back, no questions asked, if you let us know within 30 days.
+							p.small.text-center We're confident that you'll love #{settings.appName}, but if not you can cancel anytime. We'll give you your money back, no questions asked, if you let us know within 30 days.
 							hr
 							span &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;
 							a(href="https://www.positivessl.com" style="font-family: arial; font-size: 10px; color: #212121; text-decoration: none;")
-- 
GitLab