Fix: Mistake for profile translations (#1362)
This commit is contained in:
parent
15c02e9e91
commit
a85255df5a
@ -504,7 +504,7 @@ async function saveChanges() {
|
|||||||
console.error(err)
|
console.error(err)
|
||||||
data.$notify({
|
data.$notify({
|
||||||
group: 'main',
|
group: 'main',
|
||||||
title: commonMessages.errorNotificationTitle,
|
title: formatMessage(commonMessages.errorNotificationTitle),
|
||||||
text: err.data.description,
|
text: err.data.description,
|
||||||
type: 'error',
|
type: 'error',
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user