diff --git a/app/views/account/settings/_users.html.erb b/app/views/account/settings/_users.html.erb index c28ab9d18..137532d75 100644 --- a/app/views/account/settings/_users.html.erb +++ b/app/views/account/settings/_users.html.erb @@ -1,4 +1,4 @@ -
+

People on this account

diff --git a/app/views/notifications/settings/show.html.erb b/app/views/notifications/settings/show.html.erb index 25822e743..3e6b8b84d 100644 --- a/app/views/notifications/settings/show.html.erb +++ b/app/views/notifications/settings/show.html.erb @@ -6,7 +6,7 @@
-
+

Boards

<%= render partial: "notifications/settings/board", collection: @boards, locals: { user: Current.user } %>