Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Fix: Mistake for profile translations (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysterious-Dev authored Sep 10, 2023
1 parent 15c02e9 commit a85255d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/user/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
})
Expand Down

0 comments on commit a85255d

Please sign in to comment.