summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Assistant/WebApp/Configurators.hs2
-rw-r--r--templates/configurators/adddrive.hamlet3
-rw-r--r--templates/configurators/addrepository.hamlet2
3 files changed, 4 insertions, 3 deletions
diff --git a/Assistant/WebApp/Configurators.hs b/Assistant/WebApp/Configurators.hs
index f345563e7..66b8d386e 100644
--- a/Assistant/WebApp/Configurators.hs
+++ b/Assistant/WebApp/Configurators.hs
@@ -207,7 +207,7 @@ selectDriveForm drives def = renderBootstrap $ RemovableDrive
getAddDriveR :: Handler RepHtml
getAddDriveR = bootstrap (Just Config) $ do
sideBarDisplay
- setTitle "Clone to a removable drive"
+ setTitle "Add a removable drive"
removabledrives <- liftIO $ driveList
writabledrives <- liftIO $
filterM (canWrite . T.unpack . mountPoint) removabledrives
diff --git a/templates/configurators/adddrive.hamlet b/templates/configurators/adddrive.hamlet
index 030ef8a4c..e3dfdd03e 100644
--- a/templates/configurators/adddrive.hamlet
+++ b/templates/configurators/adddrive.hamlet
@@ -3,7 +3,8 @@
Adding a removable drive
<p>
Clone this repository to a USB drive, memory stick, or other #
- removable media.
+ removable media. Whenever the removable drive is plugged in, its
+ content will be synced with the content of this repository.
<p>
$if (null writabledrives)
<div .span6 .alert .alert-error .alert-block>
diff --git a/templates/configurators/addrepository.hamlet b/templates/configurators/addrepository.hamlet
index 1ba4f94bf..81481d0c1 100644
--- a/templates/configurators/addrepository.hamlet
+++ b/templates/configurators/addrepository.hamlet
@@ -3,7 +3,7 @@
<div .span4>
<h3>
<a href="@{AddDriveR}">
- Clone to a removable drive
+ Add a removable drive
<p>
Clone this repository to a USB drive, memory stick, or other #
removable media.