fix(ui): typo with tranlsation usage (#22256)

This commit is contained in:
Chirag Madlani 2025-07-10 00:20:18 +05:30 committed by GitHub
parent 20825696a0
commit 1689df8fa1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {