summaryrefslogtreecommitdiff
path: root/elm/User/Edit.elm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-11-28 10:20:08 +0100
committerYorhel <git@yorhel.nl>2019-12-09 10:42:57 +0100
commitfa7b9e6a14a1597516738a75b6dfb9d326be7d48 (patch)
treeba2d1464da532660bc862fa5239e73f9610bd06c /elm/User/Edit.elm
parent6e213e9274014bebf22e2e206467df091810ea6b (diff)
Add SubscribeStar button
Diffstat (limited to 'elm/User/Edit.elm')
-rw-r--r--elm/User/Edit.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/elm/User/Edit.elm b/elm/User/Edit.elm
index df1647e4..47d7d1cb 100644
--- a/elm/User/Edit.elm
+++ b/elm/User/Edit.elm
@@ -163,7 +163,7 @@ view model =
supportform =
[ tr [ class "newpart" ] [ td [ colspan 2 ] [ text "Supporter optionsā­" ] ]
, if not data.nodistract_can && not data.authmod then text ""
- else formField "" [ label [] [ inputCheck "" data.nodistract_noads (Set << NoAds), text " Disable advertising and other distractions (only hides the Patreon icon for the moment)" ] ]
+ else formField "" [ label [] [ inputCheck "" data.nodistract_noads (Set << NoAds), text " Disable advertising and other distractions (only hides the support icons for the moment)" ] ]
, if not data.nodistract_can && not data.authmod then text ""
else formField "" [ label [] [ inputCheck "" data.nodistract_nofancy (Set << NoFancy), text " Disable supporters badges, custom display names and profile skins" ] ]
, if not data.support_can && not data.authmod then text ""