From 1e2e4c8e7b2e83a2f9062f42a1e538bc8c834846 Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 19 Sep 2024 15:35:46 -0400 Subject: [PATCH] Make the cookie policy link show up again For some reason yarn i18next didn't catch that the string had to be changed? I removed the string and regenerated it, and now the cookie policy is back. --- public/locales/en-GB/app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/en-GB/app.json b/public/locales/en-GB/app.json index 2eb2b5c36..6cb33c307 100644 --- a/public/locales/en-GB/app.json +++ b/public/locales/en-GB/app.json @@ -16,7 +16,7 @@ "submit": "Submit", "upload_file": "Upload file" }, - "analytics_notice": "By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy and our <5>Cookie Policy.", + "analytics_notice": "By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy and our <6>Cookie Policy.", "app_selection_modal": { "continue_in_browser": "Continue in browser", "open_in_app": "Open in the app",