Skip to content

Commit

Permalink
Fix notification settings after update to v0.27.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ahukkanen committed Feb 17, 2024
1 parent 1fdf819 commit 81cf630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/decidim/notifications_settings/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>


<% if @notifications_settings.user_is_moderator?(current_user) %>
<% if current_user.moderator? %>
<p><strong><%= t(".administrators") %></strong></p>
<div class="switch tiny switch-with-label email_on_moderations">
<label>
Expand Down

0 comments on commit 81cf630

Please sign in to comment.