Skip to content

Commit c561fbc

Browse files
committed
Small language correction
1 parent 7981a09 commit c561fbc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

app/views/mod_warning/new.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<h1>Warn or Suspend User</h1>
1414

1515
<div class="notice is-warning">
16-
<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>
16+
<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>
1717
</div>
1818

1919
<%= form_for @warning, url: create_mod_warning_path(@user.id), method: :post do |f| %>

app/views/users/mod_contact.html.erb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
<div class="grid--cell is-9">
1313
<h1>Contact Privately</h1>
1414

15-
<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>
15+
<div class="notice">
16+
<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>
1617

17-
<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>
18+
<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>
19+
</div>
1820

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

0 commit comments

Comments
 (0)