From 0f99da513e79438beab0d6af4c892b5ccaadc75a Mon Sep 17 00:00:00 2001 From: Jay <157681441+cubee-cb@users.noreply.github.com> Date: Thu, 9 Oct 2025 19:51:47 +1100 Subject: [PATCH] fix spelling of 'automaticly' to `automatically` (#1398) in the auto status change popup --- src/stores/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }