Migrate more strings to translation keys (#11665)
This commit is contained in:
committed by
GitHub
parent
de250df520
commit
54c88c57ed
@@ -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,
|
||||
}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user