mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #5217 from felix920506/Refactor-Edit-User-String
This commit is contained in:
commit
f360b3b279
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue