diff --git a/Assistant/WebApp/Configurators.hs b/Assistant/WebApp/Configurators.hs index f345563e70..66b8d386e1 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 030ef8a4c2..e3dfdd03ec 100644 --- a/templates/configurators/adddrive.hamlet +++ b/templates/configurators/adddrive.hamlet @@ -3,7 +3,8 @@ Adding a removable drive
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.
$if (null writabledrives)