Fix typos in some files (#7227)

Co-authored-by: khanhkhanhlele <namkhanh20xx@gmail.com>
This commit is contained in:
Edge-Seven 2025-11-18 16:33:10 +07:00 committed by GitHub
parent cedbe6e0d5
commit 658ae78922
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ export const SettingsPage = ()=>{
settingsSocket!.emit('saveSettings', settings!);
useStore.getState().setToastState({
open: true,
title: "Succesfully saved settings",
title: "Successfully saved settings",
success: true
})
} else {