···560560 , service =
561561 service
562562 }
563563- |> (\c -> { form | context = c, step = UI.Sources.Form.How })
563563+ |> (\c -> { form | context = c, step = UI.Sources.Form.By })
564564 |> (\f -> { sources | form = f })
565565 |> (\s -> { model | sources = s })
566566 |> return
+4-4
src/Applications/UI/Sources/Form.elm
···144144145145 TakeStep ->
146146 case ( model.step, model.context.service ) of
147147- ( Where, Dropbox ) ->
147147+ ( How, Dropbox ) ->
148148 model.context.data
149149 |> Sources.Services.Dropbox.authorizationUrl
150150 |> ExternalSourceAuthorization
151151 |> returnReplyWithModel model
152152153153- ( Where, Google ) ->
153153+ ( How, Google ) ->
154154 model.context.data
155155 |> Sources.Services.Google.authorizationUrl
156156 |> ExternalSourceAuthorization
···290290 [ inline
291291 [ T.fw6 ]
292292 [ text "If you don't know what any of this is, "
293293- , text "carry on to the next screen."
293293+ , text "continue to the next screen."
294294 ]
295295 , text " Changing the app key allows you to use your own Dropbox app."
296296 ]
···300300 [ inline
301301 [ T.fw6 ]
302302 [ text "If you don't know what any of this is, "
303303- , text "carry on to the next screen."
303303+ , text "continue to the next screen."
304304 ]
305305 , text " Changing the client stuff allows you to use your own Google OAuth client."
306306 ]