Skip to content

Commit 796d149

Browse files
authored
Merge pull request #57 from zenml-io/talha/feedback-fixes
Talha/feedback fixes
2 parents 1b87418 + 8dcbfba commit 796d149

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ui/layouts/Home.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ export const Home: React.FC = () => {
116116
borderRadius: '6px',
117117
padding: '13px 14px',
118118
marginTop: '10px',
119+
cursor: 'pointer',
119120
backgroundColor: box === e.text ? '#431D93' : '#fff',
120121
}}
121122
onClick={() => {

src/ui/layouts/settings/PersonalDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const PersonalDetails: React.FC = () => {
8181
setSubmitting(false);
8282
dispatch(
8383
showToasterAction({
84-
description: translate('toasts.successful.text'),
84+
description: translate('toasts.successful.passwordText'),
8585
type: toasterTypes.success,
8686
}),
8787
);

0 commit comments

Comments
 (0)