mirror of
https://github.com/open-webui/open-webui.git
synced 2026-01-04 23:55:22 +00:00
Update General.svelte
This commit is contained in:
parent
e3e7eb96f6
commit
558b2b1016
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@
|
|||
if (res) {
|
||||
saveHandler();
|
||||
} else {
|
||||
toast.error(i18n.t('Failed to update settings'));
|
||||
toast.error($i18n.t('Failed to update settings'));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue