diff --git a/locales/en.json b/locales/en.json index 08ac74e8..fe37c5d3 100644 --- a/locales/en.json +++ b/locales/en.json @@ -353,7 +353,7 @@ "btnText": "Delete Profile Data", "confirmationDelete": "Delete", "confirmationCancel": "Cancel", - "notificationError": "Oops, something went wrong. Try again!", + "notificationError": "Oops, something went wrong. Try again!", "notificationSuccess": "The profile data of this wallet has successfully been deleted. You can end session in Settings.", "readMore": "Read more" }, diff --git a/src/components/ButtonDeleteProfile.js b/src/components/ButtonDeleteProfile.js index 9a268fe4..db2323e4 100644 --- a/src/components/ButtonDeleteProfile.js +++ b/src/components/ButtonDeleteProfile.js @@ -52,7 +52,7 @@ const ButtonDeleteProfile = () => { notify({ text: ( - {translate('ButtonDeleteProfile.notification.Error')} + {translate('ButtonDeleteProfile.notificationError')} ), type: NotificationsTypes.ERROR,