Migrate more strings to translation keys (#11665)

This commit is contained in:
Michael Telatynski
2023-09-25 18:12:41 +01:00
committed by GitHub
parent de250df520
commit 54c88c57ed
127 changed files with 6797 additions and 5825 deletions

View File

@@ -403,8 +403,8 @@ export class StopGapWidget extends EventEmitter {
ev.preventDefault();
if (ev.detail.data?.errorMessage) {
Modal.createDialog(ErrorDialog, {
title: _t("Connection lost"),
description: _t("You were disconnected from the call. (Error: %(message)s)", {
title: _t("widget|error_hangup_title"),
description: _t("widget|error_hangup_description", {
message: ev.detail.data.errorMessage,
}),
});