From 2491dc47e81b2d92500f45fb6d7f89ad9fa3ed1a Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Sun, 27 Jul 2025 03:18:08 +0000 Subject: [PATCH] i18n: Swap three docs for ellipsis. --- web/src/stream_create.ts | 2 +- web/src/user_group_create.ts | 2 +- web/templates/compose.hbs | 4 ++-- zerver/forms.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/src/stream_create.ts b/web/src/stream_create.ts index 6386e34fd5..8025bb7680 100644 --- a/web/src/stream_create.ts +++ b/web/src/stream_create.ts @@ -388,7 +388,7 @@ function create_stream(): void { } loading.make_indicator($("#stream_creating_indicator"), { - text: $t({defaultMessage: "Creating channel..."}), + text: $t({defaultMessage: "Creating channel…"}), }); const topics_policy = $("#id_new_topics_policy").val(); diff --git a/web/src/user_group_create.ts b/web/src/user_group_create.ts index cad035f6c8..50b7bded08 100644 --- a/web/src/user_group_create.ts +++ b/web/src/user_group_create.ts @@ -214,7 +214,7 @@ function create_user_group(): void { subgroups: JSON.stringify(subgroup_ids), }; loading.make_indicator($("#user_group_creating_indicator"), { - text: $t({defaultMessage: "Creating group..."}), + text: $t({defaultMessage: "Creating group…"}), }); const permission_settings = Object.keys(realm.server_supported_permission_settings.group); diff --git a/web/templates/compose.hbs b/web/templates/compose.hbs index b6bedf1878..25c8860673 100644 --- a/web/templates/compose.hbs +++ b/web/templates/compose.hbs @@ -73,14 +73,14 @@
-
+
- +