Skip to content

Commit c54bdd0

Browse files
committed
Fix delete placeholder
1 parent 5a95fcc commit c54bdd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnisonShare/Page/AccountPage.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ viewDeleteAccountModal a message confirm =
264264
, div [] [ text "We don't yet have an automatic deletion system in place, and are handling it via our support system." ]
265265
, Divider.divider |> Divider.small |> Divider.view
266266
, TextField.field UpdateDeleteAccountMessage "Delete reason (optional)" message
267-
|> TextField.withPlaceholder "Say a few works aboyt why you're looking to delete your account"
267+
|> TextField.withPlaceholder "Say a few words about why you're looking to delete your account"
268268
|> TextField.withRows 4
269269
|> TextField.view
270270
, action

0 commit comments

Comments
 (0)