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-04-22 13:40:19 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-04-22 13:40:19 +0300
commit3f918a5eaff91e40e558dea39222d70ec499d5db (patch)
treef6a9157c863b6a0773fe703d0d72877caf88e615 /page-ionos.php
parent18f05a81d46849621e1cae462305568f53d46b29 (diff)
IONOS thing is only for enterprises
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-ionos.php')
-rw-r--r--page-ionos.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-ionos.php b/page-ionos.php
index ca689fce..250babfc 100644
--- a/page-ionos.php
+++ b/page-ionos.php
@@ -196,7 +196,7 @@ imagedestroy($image);
<input type="text" name="email" maxlength="80" size="60" placeholder="john@example.org" onChange="doCalculation()"></label>
<span id="email-error" class="error"></span>
</p>
- <p><label for="organization"><?php echo $l->t('Organization');?> *<br>
+ <p><label for="organization"><?php echo $l->t('Organization');?> * <small>(<?php echo $l->t('Note that this offer is not available for private customers');?>)</small><br>
<input type="text" name="organization" maxlength="100" size="60" placeholder="Example AG" onChange="doCalculation()"></label></p>
<p><label for="website"><?php echo $l->t('Website');?><br>
<input type="text" name="website" maxlength="100" size="60" placeholder="https://example.org"></label></p>