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 @@