mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 08:20:14 +01:00
update from lang to localize (#810)
This commit is contained in:
parent
80aab73bf6
commit
b85f3bf91e
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ function RequestPasswordReset() {
|
|||
setHeaderText(localize('com_auth_reset_password'));
|
||||
setBodyText(undefined);
|
||||
}
|
||||
}, [requestPasswordReset.isSuccess, config.data?.emailEnabled, resetLink, lang]);
|
||||
}, [requestPasswordReset.isSuccess, config.data?.emailEnabled, resetLink, localize]);
|
||||
|
||||
return (
|
||||
<div className="flex min-h-screen flex-col items-center justify-center bg-white pt-6 sm:pt-0">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue