Merge pull request #5573 from nextcloud/enh/noid/fix-small-borg-detail

aio-interface: fix small detail in `Reset backup location` section
This commit is contained in:
Simon L. 2024-11-11 08:55:04 +01:00 committed by GitHub
commit 9b3b153d13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -489,8 +489,10 @@
<h3>Reset backup location</h3>
<p>
If the configured backup host location <strong>{{ borg_backup_host_location }}</strong>
{% if borg_remote_repo %}or the remote repo <strong>{{ borg_remote_repo }}</strong> is wrong{% endif %},
you can reset it by clicking on the button below.
{% if borg_remote_repo %}
or the remote repo <strong>{{ borg_remote_repo }}</strong>
{% endif %}
is wrong, you can reset it by clicking on the button below.
</p>
<form method="POST" action="/api/configuration" class="xhr">
<input type="hidden" name="delete_borg_backup_location_vars" value="yes"/>