]> git.ipfire.org Git - ipfire.org.git/commitdiff
downloads: Reword the thank you page
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Nov 2023 17:07:51 +0000 (17:07 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Nov 2023 17:07:51 +0000 (17:07 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/downloads/thank-you.html

index ad490f8fe54e7fd12f7b1db078aa4f4d63ca2fb0..559cc66e72a7a085e44bd36978fcc65ebf9f6379 100644 (file)
@@ -7,9 +7,9 @@
                <div class="hero-body">
                        <div class="container">
                                <h1 class="title">
-                                       Thank You For Downloading IPFire<span class="has-text-primary">_</span>
+                                       Thank You For Choosing IPFire<span class="has-text-primary">_</span>
                                </h1>
-                               <h4 class="subtitle">{{ _("Your download will begin in a few seconds. If not, click the link below.") }}</h4>
+                               <h4 class="subtitle">{{ _("Your download will begin shortly.") }}</h4>
 
                                <div class="block">
                                        <p class="download-path"></p>
 
        <section class="section">
                <div class="container">
-                       <h5 class="title is-5">
-                               {{ _("While you wait for your download to complete...") }}
-                       </h5>
+                       <div class="block">
+                               <p class="is-size-5">
+                                       {{ _("In the meantime, explore our documentation and community forums for helpful resources.") }}
+                               </p>
+
+                               <p class="is-size-5">
+                                       {{ _("Need professional support? Check out Lightning Wire Labs for expert assistance.") }}
+                                       {{ _("Welcome to the secure world of IPFire!") }}
+                               </p>
+                       </div>
 
                        <div class="buttons are-medium">
                                <a class="button is-dark is-fullwidth" href="/docs/installation">
                                </a>
 
                                <a class="button is-primary is-fullwidth" href="/donate">
-                                       {{ _("Support The Project") }}
+                                       {{ _("Donate To Support The Project") }}
+                               </a>
+
+                               <a class="button is-lwl is-fullwidth" href="https://store.lightningwirelabs.com/products/groups/support">
+                                       {{ _("Check Out Our Support Plans") }}
                                </a>
                        </div>
                </div>