diff --git a/app/static/js/App.js b/app/static/js/App.js index 6d54a7a5..0741592d 100644 --- a/app/static/js/App.js +++ b/app/static/js/App.js @@ -60,6 +60,10 @@ class App { iconPrefix = 'J'; break; } + case 'settings': { + iconPrefix = 'settings'; + break; + } default: { iconPrefix = 'notifications'; break; diff --git a/app/templates/admin/user_settings.html.j2 b/app/templates/admin/user_settings.html.j2 index 527e96d2..48391a71 100644 --- a/app/templates/admin/user_settings.html.j2 +++ b/app/templates/admin/user_settings.html.j2 @@ -19,25 +19,18 @@ keyboard_arrow_right
check
-
- Confirmed
- Change confirmation status manually.
-
check
+
+ Confirmed
+ Change confirmation status manually.
+
public
+
+ Public status
+ Choose whether your profile is visible to other users.
+
badge
+
+ Public data
+ Choose which data is visible on your profile.
+