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:
authornacho <nacho@ownyourbits.com>2018-09-13 02:38:56 +0300
committernacho <nacho@ownyourbits.com>2018-09-13 03:54:15 +0300
commit1210517df2dcf1a6d61d0a863a4db992ed135df4 (patch)
tree2a539271b169aa3f018cc3e67b80448252c766f1
parent76898b95e0152b81f85355e84695580a75c98f16 (diff)
wizard: fix instructions for BTRFSv0.59.6
-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"/>