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">
|
||||
<header class="modal__header">
|
||||
<h1 class="modal__title dialog_heading">
|
||||
Confirm end free trial
|
||||
Downgrade {{ org_name }} to Zulip Cloud Free?
|
||||
</h1>
|
||||
<button class="modal__close" aria-label="{{ _('Close modal') }}" data-micromodal-close></button>
|
||||
</header>
|
||||
<main class="modal__content">
|
||||
<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
|
||||
<a href="/plans/">other features</a>
|
||||
of your current plan. Are you sure you want to continue?
|
||||
|
|
Loading…
Reference in New Issue