diff --git a/src/stores/user.js b/src/stores/user.js index c3fabaa5..610baf1b 100644 --- a/src/stores/user.js +++ b/src/stores/user.js @@ -1607,7 +1607,7 @@ export const useUserStore = defineStore('User', () => { status: newStatus }) .then(() => { - const text = `Status automaticly changed to ${newStatus}`; + const text = `Status automatically changed to ${newStatus}`; if (AppDebug.errorNoty) { AppDebug.errorNoty.close(); }