popovers: Text change from "Owner" to "Bot Owner" in profile popover.

This commit is contained in:
yogesh sirsat 2022-06-28 02:01:02 +05:30 committed by Tim Abbott
parent eb377a8872
commit 45307affc0
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
{{#if is_bot}}
{{#if bot_owner}}
<li>{{#tr}}Owner{{/tr}}:
<li>{{#tr}}Bot owner{{/tr}}:
<span class="bot-owner-name view_user_profile" data-user-id='{{ bot_owner.user_id }}'>
{{bot_owner.full_name}}
</span>