mirror of https://github.com/zulip/zulip.git
billing: Tweak text of free trial downgrade confirmation modal.
This commit is contained in:
parent
fa699032ca
commit
585ed6c569
|
@ -259,13 +259,13 @@
|
||||||
<div class="modal__container" role="dialog" aria-modal="true" aria-labelledby="dialog_title">
|
<div class="modal__container" role="dialog" aria-modal="true" aria-labelledby="dialog_title">
|
||||||
<header class="modal__header">
|
<header class="modal__header">
|
||||||
<h1 class="modal__title dialog_heading">
|
<h1 class="modal__title dialog_heading">
|
||||||
Confirm end free trial
|
Downgrade {{ org_name }} to Zulip Cloud Free?
|
||||||
</h1>
|
</h1>
|
||||||
<button class="modal__close" aria-label="{{ _('Close modal') }}" data-micromodal-close></button>
|
<button class="modal__close" aria-label="{{ _('Close modal') }}" data-micromodal-close></button>
|
||||||
</header>
|
</header>
|
||||||
<main class="modal__content">
|
<main class="modal__content">
|
||||||
<p>
|
<p>
|
||||||
Your organization will be downgraded to <strong>Zulip Cloud Free</strong> at the end of the free trial
|
Your organization will be downgraded to <strong>Zulip Cloud Free</strong> at the end of your free trial
|
||||||
({{ renewal_date }}). You will lose access to unlimited search history and
|
({{ renewal_date }}). You will lose access to unlimited search history and
|
||||||
<a href="/plans/">other features</a>
|
<a href="/plans/">other features</a>
|
||||||
of your current plan. Are you sure you want to continue?
|
of your current plan. Are you sure you want to continue?
|
||||||
|
|
Loading…
Reference in New Issue