From a7718c0548fb5d207f7eee6ce8ebcb4c0f95ff77 Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Thu, 1 May 2025 11:38:40 +0200 Subject: [PATCH] demo-orgs: Update convert form text to be clearer. --- .../settings/convert_demo_organization_form.hbs | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/web/templates/settings/convert_demo_organization_form.hbs b/web/templates/settings/convert_demo_organization_form.hbs index 9ae9310d3f..f52aad5181 100644 --- a/web/templates/settings/convert_demo_organization_form.hbs +++ b/web/templates/settings/convert_demo_organization_form.hbs @@ -1,16 +1,13 @@
+ {{#unless user_has_email_set}}
- {{#unless user_has_email_set}} - {{#tr}} - You must configure your email to access this feature. - {{#*inline "z-link"}}{{> @partial-block }}{{/inline}} - {{/tr}} - {{else}} - {{t "All users will need to log in again at your new organization URL." }} - {{/unless}} + {{#tr}} + You must configure your email to access this feature. + {{#*inline "z-link"}}{{> @partial-block }}{{/inline}} + {{/tr}}
- -

{{t "You can convert this demo organization to a permanent Zulip organization. All users and message history will be preserved." }}

+ {{/unless}} +

{{t "Everyone will need to log in again at the new URL for your organization." }}