mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update save password button label
This commit is contained in:
parent
f80f198288
commit
bc598c7c8e
2 changed files with 2 additions and 1 deletions
|
@ -165,7 +165,7 @@ const UserPasswordForm: FunctionComponent<IProps> = ({ userId }: IProps) => {
|
|||
<ButtonElement
|
||||
type='submit'
|
||||
className='raised button-submit block'
|
||||
title='Save'
|
||||
title='SavePassword'
|
||||
/>
|
||||
<ButtonElement
|
||||
type='button'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue