mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
Fix typos in some files (#7227)
Co-authored-by: khanhkhanhlele <namkhanh20xx@gmail.com>
This commit is contained in:
parent
cedbe6e0d5
commit
658ae78922
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export const SettingsPage = ()=>{
|
||||||
settingsSocket!.emit('saveSettings', settings!);
|
settingsSocket!.emit('saveSettings', settings!);
|
||||||
useStore.getState().setToastState({
|
useStore.getState().setToastState({
|
||||||
open: true,
|
open: true,
|
||||||
title: "Succesfully saved settings",
|
title: "Successfully saved settings",
|
||||||
success: true
|
success: true
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue