mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-02 04:05:56 +00:00
Fix the settings label
We were displaying the raw translation key rather than the translated text.
This commit is contained in:
@@ -66,7 +66,7 @@ export const UserMenu: FC<Props> = ({
|
||||
arr.push({
|
||||
key: "settings",
|
||||
icon: SettingsIcon,
|
||||
label: "common.settings",
|
||||
label: t("common.settings"),
|
||||
});
|
||||
|
||||
if (isPasswordlessUser && !preventNavigation) {
|
||||
|
||||
Reference in New Issue
Block a user