diff options
Diffstat (limited to 'web/source/settings/user/profile.js')
-rw-r--r-- | web/source/settings/user/profile.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/source/settings/user/profile.js b/web/source/settings/user/profile.js index 7cf3a7b52..3162fa0dd 100644 --- a/web/source/settings/user/profile.js +++ b/web/source/settings/user/profile.js @@ -96,7 +96,11 @@ module.exports = function UserProfile() { /> <Checkbox id="locked" - name="Manually approve follow requests? " + name="Manually approve follow requests" + /> + <Checkbox + id="enable_rss" + name="Enable RSS feed of Public posts" /> { !allowCustomCSS ? null : <TextArea |