Skip to content

Commit

Permalink
Small language correction
Browse files Browse the repository at this point in the history
  • Loading branch information
luap42 committed Apr 11, 2022
1 parent 709b8c9 commit e61ba6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/mod_warning/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<h1>Warn or Suspend User</h1>

<div class="notice is-warning">
<p>Use the warning tool only against users who have violated the site rules. Prefer other measurements, such as friendly asking the user to stop certain behaviors in a comment or <%= link_to 'contacting them privately', mod_contact_path(@user) %>.</p>
<p>Use the warning tool only against users who have violated the site rules. Prefer other measures, such as friendly asking the user to stop certain behaviors in a comment or <%= link_to 'contacting them privately', mod_contact_path(@user) %>.</p>
</div>

<%= form_for @warning, url: create_mod_warning_path(@user.id), method: :post do |f| %>
Expand Down
6 changes: 4 additions & 2 deletions app/views/users/mod_contact.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
<div class="grid--cell is-9">
<h1>Contact Privately</h1>

<p>As a moderator, you may contact users privately. If, however, means of public and private contact have not been effective, a <%= link_to 'formal warning', new_mod_warning_path(@user) %> might be in order.</p>
<div class="notice">
<p>As a moderator, you may contact users privately. If, however, means of public and private contact have not been effective, a <%= link_to 'formal warning', new_mod_warning_path(@user) %> might be in order.</p>

<p>These messages will only be visible to the contacted user and to the moderation team. Your user name will be hidden for the contacted user; we generally recommend not identifying yourself.</p>
<p>These messages will only be visible to the contacted user and to the moderation team. Your user name will be hidden for the contacted user; we generally recommend not identifying yourself.</p>
</div>

<%= form_tag mod_message_path do %>
<%= label_tag :title, 'Subject', class: 'form-element' %>
Expand Down

0 comments on commit e61ba6f

Please sign in to comment.