1
0
Fork 0
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:
Bill Thornton 2024-02-26 17:35:24 -05:00 committed by GitHub
commit f360b3b279
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -88,6 +88,7 @@
"ButtonChangeServer": "Change Server", "ButtonChangeServer": "Change Server",
"ButtonClose": "Close", "ButtonClose": "Close",
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.", "ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
"ButtonEditUser": "Edit user",
"ButtonForgotPassword": "Forgot Password", "ButtonForgotPassword": "Forgot Password",
"ButtonFullscreen": "Fullscreen", "ButtonFullscreen": "Fullscreen",
"ButtonGotIt": "Got It", "ButtonGotIt": "Got It",
@ -97,7 +98,6 @@
"ButtonMore": "More", "ButtonMore": "More",
"ButtonNextTrack": "Next track", "ButtonNextTrack": "Next track",
"ButtonOk": "Ok", "ButtonOk": "Ok",
"ButtonOpen": "Open",
"ButtonParentalControl": "Parental control", "ButtonParentalControl": "Parental control",
"ButtonPause": "Pause", "ButtonPause": "Pause",
"ButtonPlayer": "Player", "ButtonPlayer": "Player",