user_card_popover: Rename "Bot owner" to just "Owner".

This commit is contained in:
Sayam Samal 2024-07-24 21:25:23 +05:30 committed by Tim Abbott
parent 9c2b60a304
commit fd638664b5
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<div class="popover-menu-user-type">
{{#if is_bot}}
{{#if bot_owner}}
<div class="bot_owner" data-tippy-content="{{ bot_owner.full_name }}">{{t "Bot owner" }}:
<div class="bot_owner" data-tippy-content="{{ bot_owner.full_name }}">{{t "Owner" }}:
<span class="bot-owner-name view_bot_owner_user_profile" data-user-id='{{ bot_owner.user_id }}'>
{{bot_owner.full_name}}
</span>