mirror of https://github.com/zulip/zulip.git
user_card_popover: Rename "Bot owner" to just "Owner".
This commit is contained in:
parent
9c2b60a304
commit
fd638664b5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue