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

Merge pull request #5430 from thornbill/save-password-text

This commit is contained in:
Bill Thornton 2024-04-29 15:44:32 -04:00 committed by GitHub
commit a5ccf9a153
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -165,7 +165,7 @@ const UserPasswordForm: FunctionComponent<IProps> = ({ userId }: IProps) => {
<ButtonElement <ButtonElement
type='submit' type='submit'
className='raised button-submit block' className='raised button-submit block'
title='Save' title='SavePassword'
/> />
<ButtonElement <ButtonElement
type='button' type='button'

View file

@ -1347,6 +1347,7 @@
"Saturday": "Saturday", "Saturday": "Saturday",
"Save": "Save", "Save": "Save",
"SaveChanges": "Save changes", "SaveChanges": "Save changes",
"SavePassword": "Save Password",
"SaveRecordingNFO": "Save recording EPG metadata in NFO", "SaveRecordingNFO": "Save recording EPG metadata in NFO",
"SaveRecordingNFOHelp": "Save metadata from EPG listings provider along side media.", "SaveRecordingNFOHelp": "Save metadata from EPG listings provider along side media.",
"SaveRecordingImages": "Save recording EPG images", "SaveRecordingImages": "Save recording EPG images",