Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2020-12-14 11:57:09 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-12-14 11:57:09 +0300
commitf05c434559bb3807af127dd422370629f9c1d980 (patch)
treef7b1e64d69532b6f1417df3235efe3645c49b252 /page-whitepaper-submit.php
parentd6e18e3bef0522dc1415bbf9579a9c8b34b4851f (diff)
add product and sub data sheets
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-whitepaper-submit.php')
-rw-r--r--page-whitepaper-submit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/page-whitepaper-submit.php b/page-whitepaper-submit.php
index 0fab97cf..b548cafb 100644
--- a/page-whitepaper-submit.php
+++ b/page-whitepaper-submit.php
@@ -67,9 +67,9 @@ try {
$string = str_replace($bad,"",$string);
return htmlspecialchars($string);
}
- $email_message = "Thank you for requesting a Nextcloud white paper.\n\n";
- $email_subject = "Whitepaper download: ".clean_string($whitepaper_name);
- $email_message .= "Download our ".clean_string($whitepaper_name)." paper here:\n";
+ $email_message = "Thank you for requesting a Nextcloud white paper or data sheet.\n\n";
+ $email_subject = "Nextcloud download: "clean_string($whitepaper_name);
+ $email_message .= "Download our ".clean_string($whitepaper_name)." here:\n";
$email_message .= "<".clean_string($whitepaper_url).">\n\n";
$email_from = "sales@nextcloud.com";
// add note that we added them to our newsletter (if they did tick the box)
@@ -138,7 +138,7 @@ try {
<div class="container text-center">
<h3>Apologies</h3>
<p>There was a problem on our side</p>
- <p>Please <a href="https://nextcloud.com/contact">contact us</a> and ask for the whitepaper you tried to download.</p>
+ <p>Please <a href="https://nextcloud.com/contact">contact us</a> and ask for the whitepaper or data sheet you tried to download.</p>
</div>
</section>
<?php