forked from open-webui/open-webui
fix: Add missing english translations
This commit is contained in:
parent
275a8256bb
commit
3fa5144cf6
6 changed files with 6 additions and 11 deletions
|
@ -39,7 +39,7 @@
|
|||
});
|
||||
if (res) {
|
||||
users = await getUsers(localStorage.token);
|
||||
toast.success($i18n.t('Successfully updated'));
|
||||
toast.success($i18n.t('Successfully updated.'));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue