mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-10 23:05:55 +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);
|
||||
if (!isEmpty(res)) {
|
||||
setIsAccountVerified(true);
|
||||
showSuccessToast(t('server. account-verify-success'));
|
||||
showSuccessToast(t('server.account-verify-success'));
|
||||
navigate(ROUTES.SIGNIN);
|
||||
}
|
||||
} catch (err) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user