mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
change the language
This commit is contained in:
parent
37b89b11b6
commit
44d15d497e
1 changed files with 2 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ if (!$_['internetconnectionworking']) {
|
|||
print_unescaped('checked="checked"');
|
||||
} ?>>
|
||||
<label for="backgroundjobs_webcron">Webcron</label><br/>
|
||||
<em><?php p($l->t("cron.php is registered at a webcron service to call cron.php every 15min over http.")); ?></em>
|
||||
<em><?php p($l->t("cron.php is registered at a webcron service to call cron.php every 15 minutes over http.")); ?></em>
|
||||
</p>
|
||||
<p>
|
||||
<input type="radio" name="mode" value="cron"
|
||||
|
|
@ -112,7 +112,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 15min.")); ?></em>
|
||||
<em><?php p($l->t("Use systems cron service to call the cron.php file every 15 minutes.")); ?></em>
|
||||
</p>
|
||||
</fieldset>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue