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:
authorJoas Schilling <nickvergessen@owncloud.com>2015-12-17 13:02:30 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2015-12-17 13:02:30 +0300
commit2691aaf9192413ffe606f53242996b06e16f7436 (patch)
tree43225a253f69dc180b138204dfda3af6a67be5db /templates
parent15d0519bba7c2136d4bd14884053af92b063f419 (diff)
Fix some small errors
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 9765443..24bf23d 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -3,7 +3,7 @@
/** @var $_ array */
?>
<div id="popularitycontestclient" class="section">
- <h2><?php p($l->t('Popularity Contest Client')); ?></h2>
+ <h2><?php p($l->t('Usage report')); ?></h2>
<p>
<input id="popularitycontestclient_monthly_report" name="popularitycontestclient_monthly_report"
@@ -26,7 +26,7 @@
<h3><?php p($l->t('Last report')); ?></h3>
- <p><textarea class="last_report"><?php p($_['last_report']);?></textarea></p>
+ <p><textarea title="<?php p($l->t('Last report')); ?>" class="last_report" readonly="readonly"><?php p($_['last_report']);?></textarea></p>
<em><?php p($l->t('Sent on: %s', [$_['last_sent']])); ?></em>
</div>