Skip to content
Snippets Groups Projects
Commit 2561ef12 authored by Volkan Gezer's avatar Volkan Gezer
Browse files

fix apostrophe fixes #9486

parent 51ee4fc5
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment