Add notice that sending a message via email will expose the sender's email address to the recipient #792

This commit is contained in:
Kijin Sung 2017-04-14 19:58:27 +09:00
parent 806f8ab037
commit f531c53d37
4 changed files with 4 additions and 1 deletions

View file

@ -22,7 +22,7 @@
</tr>
<tr>
<th scope="row">{$lang->cmd_option}</th>
<td><input type="checkbox" value="Y" name="send_mail" /> {$lang->cmd_send_mail}</td>
<td><input type="checkbox" value="Y" name="send_mail" /> {$lang->cmd_send_mail} <span class="explanation">{$lang->msg_send_mail_privacy}</span></td>
</tr>
</table>
{$editor}