mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
fix spelling of 'automaticly' to automatically (#1398)
in the auto status change popup
This commit is contained in:
+1
-1
@@ -1607,7 +1607,7 @@ export const useUserStore = defineStore('User', () => {
|
|||||||
status: newStatus
|
status: newStatus
|
||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
const text = `Status automaticly changed to ${newStatus}`;
|
const text = `Status automatically changed to ${newStatus}`;
|
||||||
if (AppDebug.errorNoty) {
|
if (AppDebug.errorNoty) {
|
||||||
AppDebug.errorNoty.close();
|
AppDebug.errorNoty.close();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user