mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-11-08 05:03:27 +08:00
Fixed a typo in containers.twig
Signed-off-by: Alison McCue <gh@maladroit.me>
This commit is contained in:
parent
a6f2a3c76d
commit
e422e0861f
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@
|
|||
<input class="button" type="submit" value="Check backup integrity"/><br/>
|
||||
</form>
|
||||
{% endif %}
|
||||
Choose the backup that you want to restore and click on the button below to restore the selected backup. This will restore the whole AIO instance from backup. Please not that the current AIO password will be kept and the AIO password not restored from backup!<br><br>
|
||||
Choose the backup that you want to restore and click on the button below to restore the selected backup. This will restore the whole AIO instance from backup. Please note that the current AIO password will be kept and the previous AIO password will not be restored from backup!<br><br>
|
||||
<form method="POST" action="/api/docker/restore" class="xhr" id="restore_selection">
|
||||
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
||||
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue