summaryrefslogtreecommitdiffstats
path: root/settings/templates/admin.php
diff options
context:
space:
mode:
authorVolkan Gezer <wakeup@users.noreply.github.com>2014-07-08 21:48:29 +0200
committerVolkan Gezer <wakeup@users.noreply.github.com>2014-07-08 21:48:29 +0200
commit2561ef123b8442a8fb0b9827bcdc143f6d5dbc17 (patch)
tree1cd5c86a8c42ab92654c7bdbb795bf5a3a54263a /settings/templates/admin.php
parent51ee4fc5df12fdd465ec4a29dfa9da95951c7a08 (diff)
downloadnextcloud-server-2561ef123b8442a8fb0b9827bcdc143f6d5dbc17.tar.gz
nextcloud-server-2561ef123b8442a8fb0b9827bcdc143f6d5dbc17.zip
fix apostrophe fixes #9486
Diffstat (limited to 'settings/templates/admin.php')
-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>