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

Merge branch 'master' into trickplay-new

This commit is contained in:
Nick 2024-02-26 20:03:29 -08:00 committed by GitHub
commit 10cafe9e0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 618 additions and 165 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'
});