improve wording
This commit is contained in:
parent
f1d92e6c40
commit
4ef6e8fed5
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ boxComAForm :: AForm WebApp WebApp WebDAVInput
|
|||
boxComAForm = WebDAVInput
|
||||
<$> areq textField "Username or Email" Nothing
|
||||
<*> areq passwordField "Box.com Password" Nothing
|
||||
<*> areq checkBoxField "Share this account with friends?" (Just True)
|
||||
<*> areq checkBoxField "Share this account with other devices and friends?" (Just True)
|
||||
<*> areq textField "Directory" (Just "annex")
|
||||
<*> enableEncryptionField
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue