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

@ -32,6 +32,7 @@ $lang->msg_content_is_null = 'Please enter the content.';
$lang->msg_allow_message_to_friend = 'Failed to send a message because the recipient accepts messages from friends only.';
$lang->msg_disallow_message = 'Failed to send a message because the recipient blocked receiving messages.';
$lang->about_allow_message = 'You can set whether to receive messages or not.';
$lang->msg_send_mail_privacy = 'Your email address will be exposed to the recipient.';
$lang->message_notice = 'Send a message to the author about this. If you don\'t write a message, it is not sent.';
$lang->friends_page_does_not_support = 'Friends in a mobile environment is not supported. Please go to the PC page.';
$lang->communication_send_message_grant = 'Send Message Grant';