summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorVolkan Gezer <wakeup@users.noreply.github.com>2014-07-08 21:48:29 +0200
committerMorris Jobke <morris.jobke@gmail.com>2014-07-09 16:19:32 +0200
commit59111882113ec64df89860fd75dd6b6584a8ef60 (patch)
tree53c8666e68b6f363f3e458a104cfa8f9f21b0125 /settings
parent9ccadcfe80252288c93230cf8f983bc33633a87b (diff)
downloadnextcloud-server-59111882113ec64df89860fd75dd6b6584a8ef60.tar.gz
nextcloud-server-59111882113ec64df89860fd75dd6b6584a8ef60.zip
fix apostrophe fixes #9486
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 1d75624d8c0..03f3efd7aae 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -226,7 +226,7 @@ if (!$_['internetconnectionworking']) {
print_unescaped('checked="checked"');
} ?>>
<label for="backgroundjobs_cron">Cron</label><br/>
- <em><?php p($l->t("Use systems cron service to call the cron.php file every 15 minutes.")); ?></em>
+ <em><?php p($l->t("Use system's cron service to call the cron.php file every 15 minutes.")); ?></em>
</p>
</div>