Update label from "Account" to "User" in TopBar

The label on the user menu button was changed to improve readability and consistency with the UI language. This ensures better comprehension for users interacting with the application.
This commit is contained in:
2026-02-05 09:10:11 +01:00
parent c6a56b14ff
commit 1f326c2b46

View File

@@ -46,7 +46,7 @@ export default function TopBar({
title="User Menü"
>
<span style={{ fontSize: 16 }}>👤</span>
<span>Account</span>
<span>User</span>
<span style={{ opacity: 0.7 }}></span>
</button>