mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-14 00:57:09 +00:00
fix(ui): typo with tranlsation usage (#22256)
This commit is contained in:
parent
20825696a0
commit
1689df8fa1
@ -39,7 +39,7 @@ const AccountActivationConfirmation = () => {
|
|||||||
const res = await confirmRegistration(searchParam.get('token') as string);
|
const res = await confirmRegistration(searchParam.get('token') as string);
|
||||||
if (!isEmpty(res)) {
|
if (!isEmpty(res)) {
|
||||||
setIsAccountVerified(true);
|
setIsAccountVerified(true);
|
||||||
showSuccessToast(t('server. account-verify-success'));
|
showSuccessToast(t('server.account-verify-success'));
|
||||||
navigate(ROUTES.SIGNIN);
|
navigate(ROUTES.SIGNIN);
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user