]> git.ipfire.org Git - ipfire.org.git/commitdiff
people: Improve wording of unsubscribe experience
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 22 Nov 2019 15:07:51 +0000 (15:07 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 22 Nov 2019 15:07:51 +0000 (15:07 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/people/subscribed.html
src/templates/people/unsubscribe.html
src/templates/people/unsubscribed.html

index 035b5033168fe7d65335a5a3b42c5b841887dafb..6710f8deecaa679613e087d7eea70943b982cd01 100644 (file)
@@ -5,7 +5,7 @@
 {% block content %}
        <div class="row justify-content-center my-5">
                <div class="col-12 col-md-6">
-                       <div class="card bg-success text-white p-md-5">
+                       <div class="card bg-success text-white p-md-5 mb-3">
                                <div class="card-body text-center">
                                        <span class="fas fa-check fa-5x my-4"></span>
 
                                        </p>
                                </div>
                        </div>
+
+                       <a class="btn btn-light btn-block" href="/">
+                               {{ _("Back") }}
+                       </a>
                </div>
        </div>
 {% end block %}
index e1e900933a6882a480e23c0b7d026a24b7a3c381..6578f58c8c0862a4072bd04d6ee979b5ad5a89c4 100644 (file)
@@ -7,17 +7,24 @@
                <div class="col col-md-8 col-lg-6">
                        <div class="card border-danger">
                                <div class="card-body">
-                                       <h5>{{ _("Unsubscribe From Updates From The IPFire Project") }}</h5>
+                                       <h5>{{ _("We'd Be Sorry To See You Go") }}</h5>
 
                                        <p>
                                                {{ _("If you unsubscribe, you will no longer receive important emails from the IPFire Project.") }}
+                                               {{ _("There are plenty of benefits to remain subscribed:") }}
                                        </p>
 
+                                       <ul>
+                                               <li>{{ _("Important release announcements including notificiations about security updates") }}</li>
+                                               <li>{{ _("News from our blog and inside the project") }}</li>
+                                               <li>{{ _("Information about our fundraising efforts") }}</li>
+                                       </ul>
+
                                        <form action="/subscribe" method="POST">
                                                {% raw xsrf_form_html() %}
 
-                                               <button type="submit" class="btn btn-success btn-lg btn-block mb-3">
-                                                       {{ _("I want to continue receiving important updates") }}
+                                               <button type="submit" class="btn btn-success btn-block mb-3">
+                                                       {{ _("Continue Receiving Important Updates") }}
                                                </button>
                                        </form>
 
index 1ce93ad8e4eb84d29cdf9df5f4231ee6b58e72c5..c85a18061b79113a8dc78364940d8ce1a17bfc79 100644 (file)
@@ -19,7 +19,7 @@
                                {% raw xsrf_form_html() %}
 
                                <button type="submit" class="btn btn-success btn-block">
-                                       {{ _("I want to continue receiving important updates") }}
+                                       {{ _("Continue Receiving Important Updates") }}
                                </button>
                        </form>
                </div>