mirror of https://github.com/zulip/zulip.git
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}}
|