mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Merge pull request #2873 from nextcloud/enh/2860/backup-time
adjust wording for backup time
This commit is contained in:
commit
b3d0b99383
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@
|
||||||
{% if automatic_updates == true %}
|
{% if automatic_updates == true %}
|
||||||
Also your containers, the mastercontainer and on saturdays your Nextcloud apps will be automatically updated.
|
Also your containers, the mastercontainer and on saturdays your Nextcloud apps will be automatically updated.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
You can disable this option again by clicking on the button below.<br><br/>
|
To change your backup time, first disable Daily Backups and then re-enable them with your new backup time.<br><br/>
|
||||||
<form method="POST" action="/api/configuration" class="xhr">
|
<form method="POST" action="/api/configuration" class="xhr">
|
||||||
<input type="hidden" name="delete_daily_backup_time" value="yes"/>
|
<input type="hidden" name="delete_daily_backup_time" value="yes"/>
|
||||||
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue