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
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'