mirror of https://github.com/zulip/zulip.git
17 lines
651 B
Handlebars
17 lines
651 B
Handlebars
<p>
|
|
{{#tr}}
|
|
<z-user></z-user> will have the same properties as it did prior to deactivation,
|
|
including role, owner and channel subscriptions.
|
|
{{#*inline "z-user"}}<strong>{{username}}</strong>{{/inline}}
|
|
{{/tr}}
|
|
</p>
|
|
{{#if original_owner_deactivated}}
|
|
<p>
|
|
{{#tr}}
|
|
Because the original owner of this bot <z-bot-owner></z-bot-owner> is deactivated, you will become the owner for this bot.
|
|
{{#*inline "z-bot-owner"}}<strong>{{owner_name}}</strong>{{/inline}}
|
|
{{/tr}}
|
|
{{t "However, it will no longer be subscribed to the private channels that you are not subscribed to." }}
|
|
</p>
|
|
{{/if}}
|