1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Refactor and make source string make more sense

This commit is contained in:
felix920506 2024-02-21 01:10:39 -05:00
parent 4a6efbe359
commit 51a54b460d
No known key found for this signature in database
GPG key ID: ED6C0F3630496234
74 changed files with 74 additions and 74 deletions

View file

@ -58,7 +58,7 @@ const UserProfiles: FunctionComponent = () => {
const menuItems: MenuEntry[] = [];
menuItems.push({
name: globalize.translate('ButtonOpen'),
name: globalize.translate('ButtonEditUser'),
id: 'open',
icon: 'mode_edit'
});