diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md
index 5ebfa17b..161da168 100644
--- a/.github/ISSUE_TEMPLATE/Bug_report.md
+++ b/.github/ISSUE_TEMPLATE/Bug_report.md
@@ -27,6 +27,6 @@ labels: bug, 0. Needs triage
#### Nextcloud AIO version
-#### Current channel
+#### Current channel
#### Other valuable info
diff --git a/php/templates/containers.twig b/php/templates/containers.twig
index abb03443..704440cf 100644
--- a/php/templates/containers.twig
+++ b/php/templates/containers.twig
@@ -51,7 +51,7 @@
{% endfor %}
{% if isWatchtowerRunning == true %}
- Mastercontainer update currently running. It will restart the mastercontainer soon which will make it unavailable for a moment. Please wait until that's done. (Logs)
+ Mastercontainer update currently running. It will restart the mastercontainer soon which will make it unavailable for a moment. Please wait until that's done. (Logs)
Reload ↻
{% else %}
{% if is_backup_container_running == false and domain == "" %}
@@ -86,7 +86,7 @@
{% if backup_exit_code > 0 %}
Last {{ borg_backup_mode }} failed! (Logs)
{% if borg_backup_mode == 'test' %}
- Please adjust the path and/or password in order to make it work! Afterwards click on 'Test path and password' button to verify the settings!
+ Please adjust the path and/or password in order to make it work! After changing and submitting the values, click on 'Test path and password' button at the bottom of this page to verify and test the new settings!
{% elseif borg_backup_mode == 'check' %}
The backup archive seems to be corrupt. Please try to use a different intact backup archive or try to fix it by following this documentation
{% endif %}
@@ -144,6 +144,7 @@
{% endif %}
{% endif %}
{% endif %}
+
{% if is_backup_container_running == true %}
Backup container is currently running. (Logs)
Reload ↻
@@ -151,7 +152,7 @@
{% if domain != "" %}
{% if was_start_button_clicked == true %}
- You are currently running the {{ current_channel }} channel. (Logs)
+ You are running the {{ current_channel }} channel. (Logs)
{% endif %}
{% if isAnyRunning == true %}
@@ -361,8 +362,8 @@
{% endif %}
{% if is_backup_container_running == false %}