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

github.com/nextcloud/survey_client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-11-16 12:28:46 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-11-16 12:28:46 +0300
commit35ea37ee079ab008d9d8231fea653d714a699acf (patch)
treee0cfb733b2d816bfd5cf0c2947957ccb42ce03d5 /templates
parent152bfc0c39d027e22330b4f0cf10fa70e2816c6e (diff)
fix naming to 'Usage survey'
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 102b3e0..9afb67f 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -27,7 +27,7 @@ style('survey_client', 'admin');
?>
<div id="survey_client" class="section">
- <h2><?php p($l->t('Usage report')); ?></h2>
+ <h2><?php p($l->t('Usage survey')); ?></h2>
<p>
<?php p($l->t('You can help us to improve Nextcloud be sending us some data about your current setup and usage.')); ?>
@@ -42,7 +42,7 @@ style('survey_client', 'admin');
<p>
<input id="survey_client_monthly_report" name="survey_client_monthly_report"
type="checkbox" class="checkbox" value="1" <?php if ($_['is_enabled']): ?> checked="checked"<?php endif; ?> />
- <label for="survey_client_monthly_report"><?php p($l->t('Send "Usage report" monthly')); ?></label>
+ <label for="survey_client_monthly_report"><?php p($l->t('Send usage survey monthly')); ?></label>
</p>
<h3><?php p($l->t('Data to send')); ?></h3>