We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b87418 + 8dcbfba commit 796d149Copy full SHA for 796d149
src/ui/layouts/Home.tsx
@@ -116,6 +116,7 @@ export const Home: React.FC = () => {
116
borderRadius: '6px',
117
padding: '13px 14px',
118
marginTop: '10px',
119
+ cursor: 'pointer',
120
backgroundColor: box === e.text ? '#431D93' : '#fff',
121
}}
122
onClick={() => {
src/ui/layouts/settings/PersonalDetails.tsx
@@ -81,7 +81,7 @@ export const PersonalDetails: React.FC = () => {
81
setSubmitting(false);
82
dispatch(
83
showToasterAction({
84
- description: translate('toasts.successful.text'),
+ description: translate('toasts.successful.passwordText'),
85
type: toasterTypes.success,
86
}),
87
);
0 commit comments