Skip to content

Commit

Permalink
Update packages/esm-system-admin-app/src/change-password-modal/change…
Browse files Browse the repository at this point in the history
…-password-modal.component.tsx

Co-authored-by: Dennis Kigen <kigen.work@gmail.com>
  • Loading branch information
jnsereko and denniskigen authored Feb 6, 2024
1 parent 3e17fb6 commit c7431e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ export default function ChangePasswordModal({ close }: ChangePasswordModalProps)
showSnackbar({
isLowContrast: true,
kind: 'success',
subtitle: t('userPasswordUpdated', 'User password updated successfully'),
title: t('userPassword', 'User password'),
title: t('passwordChanged', 'Password changed'),
subtitle: t('passwordUpdatedSuccessfully', 'Your password has been successfully updated.')

Check failure on line 114 in packages/esm-system-admin-app/src/change-password-modal/change-password-modal.component.tsx

View workflow job for this annotation

GitHub Actions / build

Replace `↹↹↹↹↹↹subtitle:·t('passwordUpdatedSuccessfully',·'Your·password·has·been·successfully·updated.')` with `············subtitle:·t('passwordUpdatedSuccessfully',·'Your·password·has·been·successfully·updated.'),`
});
})
.catch((error) => {
Expand Down

0 comments on commit c7431e5

Please sign in to comment.