This commit is contained in:
Half-Shot
2024-11-08 12:53:10 +00:00
parent e98f84eb8f
commit 0a8e53e393
2 changed files with 2 additions and 1 deletions

View File

@@ -63,6 +63,7 @@
"raise_hand": "Raise hand",
"search": "Search",
"settings": "Settings",
"something_went_wrong": "Something went wrong",
"unencrypted": "Not encrypted",
"username": "Username",
"video": "Video"

View File

@@ -128,7 +128,7 @@ export function ReactionPopupMenu({
<Alert
className={styles.alert}
type="critical"
title="Something went wrong"
title={t("common.something_went_wrong")}
>
{errorText}
</Alert>