mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-24 22:50:12 +08:00
Typo in containers.twig
Ln: 325 changed "internect" to "internet" Signed-off-by: blu3acid <michael.muschner@mailbox.org>
This commit is contained in:
parent
92aae9dfd0
commit
849febd414
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@
|
|||
Restore or Backup currently running. Cannot start the containers until that's done.<br /><br />
|
||||
{% else %}
|
||||
{% if was_start_button_clicked == false %}
|
||||
<br>Clicking on the button below will download all docker containers and start them. This can take a lot of time depending on your internect connection. Since the overall size is a few GB, this will take around 5-10 min or more. So be aware and patient!<br><br>
|
||||
<br>Clicking on the button below will download all docker containers and start them. This can take a lot of time depending on your internet connection. Since the overall size is a few GB, this will take around 5-10 min or more. So be aware and patient!<br><br>
|
||||
{% endif %}
|
||||
{% if is_mastercontainer_update_available == true %}
|
||||
⚠️ A mastercontainer update is available. Please click on the button below to update it.<br><br>
|
||||
|
|
Loading…
Reference in a new issue