diff --git a/src/components/OnboardingCard.tsx b/src/components/OnboardingCard.tsx
index fe89aaaf..997c9a73 100644
--- a/src/components/OnboardingCard.tsx
+++ b/src/components/OnboardingCard.tsx
@@ -1,8 +1,11 @@
+import { Trans, useTranslation } from 'react-i18next';
import './OnboardingCard.scss';
import { ShortcutHint } from './ShortcutHint';
import { WidgetCard } from './WidgetCard';
export const OnboardingCard = () => {
+ const { t } = useTranslation();
+
return (
Fresh start, huh?
- {t('onboarding.title')}
+
- I also added analytics to better understand which functions you use the most and which aren't + I also added analytics to better understand which functions you use the most and which aren't used. Analytics is opt-in, so Anori won't send any data if you don't enable analytics. And even when enabled, extension doesn't send any private info. All it collect is: how much folders you have, which widgets you use, which theme you use, how many custom icons you have, how often - you use keyboard shortcuts. Anori doesn't send name of your folder, or URL of bookmarks, or + you use keyboard shortcuts. Anori doesn't send name of your folder, or URL of bookmarks, or content of your notes.
- I kindly ask you to enable this feature, as it will help me to develop better product. - You can always change your choice in settings. + I kindly ask you to enable this feature, as it will help me to develop better product. + You can always change your choice in settings.