@@ -22,6 +22,10 @@
min-width: 40px;
width: 558px;
}
+
+ a, p {
+ line-height: 1.714;
+ }
diff --git a/website/client/src/pages/user-main.vue b/website/client/src/pages/user-main.vue
index 6d69e593814..1708f217310 100644
--- a/website/client/src/pages/user-main.vue
+++ b/website/client/src/pages/user-main.vue
@@ -15,6 +15,7 @@
+
@@ -114,11 +115,12 @@ import { loadProgressBar } from 'axios-progress-bar';
import birthdayModal from '@/components/news/birthdayModal';
import AppMenu from '@/components/header/menu';
import AppHeader from '@/components/header/index';
+import BirthdayBanner from '@/components/header/banners/birthdayBanner';
import ChatBanner from '@/components/header/banners/chatBanner';
import DamagePausedBanner from '@/components/header/banners/damagePaused';
import GemsPromoBanner from '@/components/header/banners/gemsPromo';
import GiftPromoBanner from '@/components/header/banners/giftPromo';
-import BirthdayBanner from '@/components/header/banners/birthdayBanner';
+import PrivacyBanner from '@/components/header/banners/privacy';
import AppFooter from '@/components/appFooter';
import notificationsDisplay from '@/components/notifications';
import { mapState } from '@/libs/store';
@@ -157,6 +159,7 @@ export default {
GemsPromoBanner,
GiftPromoBanner,
BirthdayBanner,
+ PrivacyBanner,
notificationsDisplay,
BuyModal,
SelectMembersModal,
diff --git a/website/common/locales/en/settings.json b/website/common/locales/en/settings.json
index f18b315896a..64703d4fcbc 100644
--- a/website/common/locales/en/settings.json
+++ b/website/common/locales/en/settings.json
@@ -259,5 +259,15 @@
"connected": "Connected",
"connect": "Connect",
"remove": "Remove",
- "privacyOverview": "In today's world, it feels like every company is looking to profit from your data. This can make it difficult to find the right app to improve your habits. Habitica uses cookies that store data only to analyze performance, handle support requests, and provide you with the best possible gamified experience. You can change this at any time from your account settings. To learn more, review our Privacy Policy."
+ "privacyOverview": "In today's world, it feels like every company is looking to profit from your data. This can make it difficult to find the right app to improve your habits. Habitica uses cookies that store data only to analyze performance, handle support requests, and provide you with the best possible gamified experience. You can change this at any time from your account settings. To learn more, review our Privacy Policy.",
+ "acceptAllCookies": "Accept All Cookies",
+ "denyNonEssentialCookies": "Deny Non-Essential Cookies",
+ "managePrivacyPreferences": "Manage Your Privacy Preferences",
+ "yourPrivacyPreferences": "Your Privacy Preferences",
+ "privacySettingsOverview": "Habitica uses cookies to analyze performance, handle support requests, and provide you with the best possible gamified experience. To do that, we need to request the following permissions. You can change these at any time from your account settings. To learn more, review our Privacy Policy.",
+ "strictlyNecessary": "Strictly Necessary",
+ "alwaysActive": "Always Active",
+ "requiredToRun": "These are required by our website and apps to run at their best.",
+ "performanceAnalytics": "Performance and Analytics",
+ "usedForSupport": "These are used to improve the user experience, performance, and services of our website and apps. This data is used by our support team when handling requests and bug reports."
}