ui_report: Convert messages to FormatJS.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-04-12 20:18:25 -07:00
committed by Tim Abbott
parent 073ec04335
commit a397d51670
24 changed files with 209 additions and 123 deletions

View File

@@ -1271,7 +1271,7 @@ export function initialize() {
}
if (status !== "abort") {
ui_report.generic_embed_error(
i18n.t("Failed to create video call."),
$t_html({defaultMessage: "Failed to create video call."}),
);
}
},