diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-07-09 07:42:30 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-07-09 07:42:30 +0200 |
commit | 6f35e51ff3583d629923d36037323a6fe1670fbd (patch) | |
tree | 1cd5c86a8c42ab92654c7bdbb795bf5a3a54263a | |
parent | 51ee4fc5df12fdd465ec4a29dfa9da95951c7a08 (diff) | |
parent | 2561ef123b8442a8fb0b9827bcdc143f6d5dbc17 (diff) | |
download | nextcloud-server-6f35e51ff3583d629923d36037323a6fe1670fbd.tar.gz nextcloud-server-6f35e51ff3583d629923d36037323a6fe1670fbd.zip |
Merge pull request #9528 from owncloud/fix-apostrop
fix apostrophe fixes #9486
-rw-r--r-- | settings/templates/admin.php | 2 |
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> |