mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
fix spelling of 'automaticly' to automatically (#1398)
in the auto status change popup
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user