diff --git a/public/locales/es/common.json b/public/locales/es/common.json index 4ab946b..b015c0e 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -67,7 +67,7 @@ "If you go back home and still see the welcome page telling you to re-authenticate, ": "Si vuelves a la página de inicio y aún ves la página de bienvenida que te dice que vuelvas a autenticarte, ", "If you know the password, please enter it below.": "Si conoces la contraseña, ingrésala debajo.", "If you like this project, consider supporting it by buying me a coffee!": "Si te gusta este proyecto, considera apoyarlo comprándome un café.", - "Join our Telegram Channel for updates and discussions.": "Únete a nuestro canal de Telegram para actualizaciones y discusiones.", + "Read our latest announcement on Reddit regarding the official group chat and channel.": "Lee nuestro último anuncio en Reddit sobre el chat grupal y el canal oficial.", "Last modified:": "Última modificación:", "Last modified": "Última modificación", "Last Modified": "Última modificación", diff --git a/public/locales/hi/common.json b/public/locales/hi/common.json index f082d54..97b3c90 100644 --- a/public/locales/hi/common.json +++ b/public/locales/hi/common.json @@ -63,7 +63,7 @@ "If you go back home and still see the welcome page telling you to re-authenticate, ": "यदि आप घर वापस जाते हैं और फिर भी स्वागत पृष्ठ देखते हैं जो आपको पुनः प्रमाणित करने के लिए कह रहा है,", "If you know the password, please enter it below.": "यदि आप पासवर्ड जानते हैं, तो कृपया इसे नीचे दर्ज करें।", "If you like this project, consider supporting it by buying me a coffee!": "यदि आपको यह परियोजना पसंद है, तो मुझे एक कॉफ़ी खरीदकर इसे समर्थन देने का विचार करें!", - "Join our Telegram Channel for updates and discussions.": "अपडेट और चर्चाओं के लिए हमारे टेलीग्राम चैनल में शामिल हों।", + "Read our latest announcement on Reddit regarding the official group chat and channel.": "हमारी आधिकारिक समूह चैट और चैनल के बारे में रेडिट पर हमारी नवीनतम घोषणा पढ़ें।", "Last modified:": "अंतिम बार संशोधित:", "Last modified": "अंतिम बार संशोधित", "Last Modified": "अंतिम बार संशोधित", diff --git a/src/components/Notification.tsx b/src/components/Notification.tsx index b61bbfe..1c2d6ad 100644 --- a/src/components/Notification.tsx +++ b/src/components/Notification.tsx @@ -26,7 +26,7 @@ export const Notification = () => { } }, [showInfo, setShowInfo]) - const hideFor = 1000 * 60 * 60 * 24 // 24 hours + const hideFor = 1000 * 60 * 60 * 24 * 3 // 3 days in milliseconds // Check if the notification should be reset if (Date.now() > showInfo.expires && !showInfo.show) { @@ -61,10 +61,10 @@ export const Notification = () => {
{t('Welcome to LabHub!')}
- {t('Join our Telegram Channel for updates and discussions.')} + {t('Read our latest announcement on Reddit regarding the official group chat and channel.')}
{ Join Telegram