Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ncp-web/wizard/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/ncp-web/wizard/index.php b/ncp-web/wizard/index.php
index 389d778c..e7471e4e 100644
--- a/ncp-web/wizard/index.php
+++ b/ncp-web/wizard/index.php
@@ -70,9 +70,9 @@ HTML
<!-- Format USB drive -->
<div class="ncp-hidden" id="format-usb">
<p class="instructions">
- If you want to prepare the USB drive to be used with NextCloudPi hit Format USB. Skip if already formated as ext4.
+ If you want to prepare the USB drive to be used with NextCloudPi hit Format USB. Skip if already formated as ext4 or BTRFS.
<br>
- <strong>Attention!</strong> This will format your USB drive as ext4 and <strong>will destroy any current data.</strong>
+ <strong>Attention!</strong> This will format your USB drive as BTRFS and <strong>will destroy any current data.</strong>
</p>
<div class="buttons-area">
<input type="button" class="btn" id="format-USB" value="Format USB"/>