Skip to content

Commit

Permalink
Merge pull request #5430 from thornbill/save-password-text
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill committed Apr 29, 2024
2 parents 0d39dfb + bc598c7 commit a5ccf9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dashboard/users/UserPasswordForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions src/strings/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -1347,6 +1347,7 @@
"Saturday": "Saturday",
"Save": "Save",
"SaveChanges": "Save changes",
"SavePassword": "Save Password",
"SaveRecordingNFO": "Save recording EPG metadata in NFO",
"SaveRecordingNFOHelp": "Save metadata from EPG listings provider along side media.",
"SaveRecordingImages": "Save recording EPG images",
Expand Down

0 comments on commit a5ccf9a

Please sign in to comment.