Skip to content

Commit 48dcee3

Browse files
committed
Mention to assigneeの補足文を変更
Mention to assigneeの補足文を変更
1 parent 063ad88 commit 48dcee3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/settings/_redmine_issue_assign_notice_settings.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
</em>
1212
</p>
1313
<p>
14-
<label for="settings_mention_to_assignee">Mention to assignee?<br/>(If is set by others)</label>
14+
<label for="settings_mention_to_assignee">Mention to assignee?<br/>(Except when you assign yourself)</label>
1515
<%= check_box_tag 'settings[mention_to_assignee]', '1', @settings[:mention_to_assignee] == '1' %>
1616
<em class="info">
1717
Mention using the ID set in the user custom field.
1818
To use it, create a <a href="/custom_fields/new?type=UserCustomField&custom_field[name]=Assign%20Notice%20ID">user custom field</a> named "Assign Notice ID" (without quotes).<br/>
19-
For Slack, specify a member ID. For Rocket.Chat, specify a Username.
19+
For Slack, specify a member ID. For Rocket.Chat, specify a Username.
2020
</em>
2121
</p>
2222
<script>

screenshots/configure.png

550 Bytes
Loading

0 commit comments

Comments
 (0)