summaryrefslogtreecommitdiff
path: root/elm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-10-11 13:32:38 +0200
committerYorhel <git@yorhel.nl>2019-10-12 09:32:31 +0200
commitaf1af499e7213ebb727db7b1c83b8fdf6410678b (patch)
tree161ec24fd0c2efb6346c375229275805c7d7078a /elm
parentd4143f6b95554ff4e768b1bfefac68f890912fd2 (diff)
Add Patreon link to main menu + minor fixes
Diffstat (limited to '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 6a335d75..680b34d0 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 (doesn't hide affiliate links for the moment)" ] ]
+ else formField "" [ label [] [ inputCheck "" data.nodistract_noads (Set << NoAds), text " Disable advertising and other distractions (only hides the Patreon icon 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 ""