From 404ef1b5f029122f99df98e5a9047ae1a64d3131 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Mon, 5 May 2025 09:34:18 +0300 Subject: [PATCH] fix language vars --- src/components/Group/InviteMember.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/Group/InviteMember.tsx b/src/components/Group/InviteMember.tsx index db01b59..fe1fdb3 100644 --- a/src/components/Group/InviteMember.tsx +++ b/src/components/Group/InviteMember.tsx @@ -97,16 +97,16 @@ export const InviteMember = ({ groupId, setInfoSnack, setOpenSnack, show }) => { label={t('group:invitation_expiry', { postProcess: 'capitalize' })} onChange={handleChange} > - {t('core.time.hour', { count: 3 })} - {t('core.time.hour', { count: 6 })} - {t('core.time.hour', { count: 12 })} - {t('core.time.day', { count: 1 })} - {t('core.time.day', { count: 3 })} - {t('core.time.day', { count: 5 })} - {t('core.time.day', { count: 7 })} - {t('core.time.day', { count: 10 })} - {t('core.time.day', { count: 15 })} - {t('core.time.day', { count: 30 })} + {t('core:time.hour', { count: 3 })} + {t('core:time.hour', { count: 6 })} + {t('core:time.hour', { count: 12 })} + {t('core:time.day', { count: 1 })} + {t('core:time.day', { count: 3 })} + {t('core:time.day', { count: 5 })} + {t('core:time.day', { count: 7 })} + {t('core:time.day', { count: 10 })} + {t('core:time.day', { count: 15 })} + {t('core:time.day', { count: 30 })}