mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-05 19:59:20 +00:00
i18n
This commit is contained in:
@@ -63,6 +63,7 @@
|
|||||||
"raise_hand": "Raise hand",
|
"raise_hand": "Raise hand",
|
||||||
"search": "Search",
|
"search": "Search",
|
||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
|
"something_went_wrong": "Something went wrong",
|
||||||
"unencrypted": "Not encrypted",
|
"unencrypted": "Not encrypted",
|
||||||
"username": "Username",
|
"username": "Username",
|
||||||
"video": "Video"
|
"video": "Video"
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ export function ReactionPopupMenu({
|
|||||||
<Alert
|
<Alert
|
||||||
className={styles.alert}
|
className={styles.alert}
|
||||||
type="critical"
|
type="critical"
|
||||||
title="Something went wrong"
|
title={t("common.something_went_wrong")}
|
||||||
>
|
>
|
||||||
{errorText}
|
{errorText}
|
||||||
</Alert>
|
</Alert>
|
||||||
|
|||||||
Reference in New Issue
Block a user