mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
This commit makes changes to allow non-admins to revoke multiuse invitations created by them.
10 lines
363 B
Handlebars
10 lines
363 B
Handlebars
{{#if is_multiuse}}
|
|
{{#if referred_by}}
|
|
<p>{{#tr}}Are you sure you want to revoke this invitation link created by <strong>{referred_by}</strong>?{{/tr}}</p>
|
|
{{else}}
|
|
<p>{{#tr}}Are you sure you want to revoke this invitation link?{{/tr}}</p>
|
|
{{/if}}
|
|
{{else}}
|
|
<p>{{#tr}}Are you sure you want to revoke the invitation to <strong>{email}</strong>?{{/tr}}</p>
|
|
{{/if}}
|