mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-17 04:47:02 +00:00
Make error screens more visually consistent (#2951)
This commit is contained in:
@@ -87,7 +87,7 @@ export function ReactionPopupMenu({
|
||||
<Alert
|
||||
className={styles.alert}
|
||||
type="critical"
|
||||
title={t("common.something_went_wrong")}
|
||||
title={t("error.generic")}
|
||||
>
|
||||
{errorText}
|
||||
</Alert>
|
||||
|
||||
Reference in New Issue
Block a user