fix spelling of 'automaticly' to automatically (#1398)

in the auto status change popup
This commit is contained in:
Jay
2025-10-09 19:51:47 +11:00
committed by GitHub
parent a8a6e7afaf
commit 0f99da513e

View File

@@ -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();
}