We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a95fcc commit c54bdd0Copy full SHA for c54bdd0
src/UnisonShare/Page/AccountPage.elm
@@ -264,7 +264,7 @@ viewDeleteAccountModal a message confirm =
264
, div [] [ text "We don't yet have an automatic deletion system in place, and are handling it via our support system." ]
265
, Divider.divider |> Divider.small |> Divider.view
266
, TextField.field UpdateDeleteAccountMessage "Delete reason (optional)" message
267
- |> TextField.withPlaceholder "Say a few works aboyt why you're looking to delete your account"
+ |> TextField.withPlaceholder "Say a few words about why you're looking to delete your account"
268
|> TextField.withRows 4
269
|> TextField.view
270
, action
0 commit comments