user_info_popover: Change text of "View private messages to myself".

This commit is contained in:
Yogesh Sirsat 2022-10-13 18:37:44 +05:30 committed by Tim Abbott
parent 9ee7ed7ce3
commit e0838ecf93
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@
<a href="{{ pm_with_url }}" class="narrow_to_private_messages">
<i class="fa fa-envelope" aria-hidden="true"></i>
{{#if is_me}}
{{#tr}}View private messages to myself{{/tr}}
{{#tr}}View messages with yourself{{/tr}}
{{else}}
{{#tr}}View private messages{{/tr}}
{{/if}}