Fix: Mistake for profile translations (#1362)

This commit is contained in:
Mysterious_Dev 2023-09-10 18:23:42 +02:00 committed by GitHub
parent 15c02e9e91
commit a85255df5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -504,7 +504,7 @@ async function saveChanges() {
console.error(err)
data.$notify({
group: 'main',
title: commonMessages.errorNotificationTitle,
title: formatMessage(commonMessages.errorNotificationTitle),
text: err.data.description,
type: 'error',
})