We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d82337c + e27ae12 commit 23bafd7Copy full SHA for 23bafd7
1 file changed
contentcuration/contentcuration/frontend/shared/views/policies/PrivacyPolicyModal.vue
@@ -19,7 +19,7 @@
19
{{ $untranslated('introductionP1Part1') }}
20
<KRouterLink
21
:text="$untranslated('introductionP1TC')"
22
- :to="{ query: { showPolicy: policies.COMMUNITY_STANDARDS } }"
+ :to="{ query: { showPolicy: policies.TERMS_OF_SERVICE } }"
23
/>
24
{{ $untranslated('introductionP1Part2') }}
25
<b>{{ $untranslated('introductionP1TU') }}</b>
@@ -286,7 +286,7 @@
286
{{ $untranslated('cookiesP2') }}
287
<KExternalLink
288
:text="$untranslated('cookieLink')"
289
- href="https://learningequality.org/cookies/"
+ href="https://learningequality.org/cookie-policy/"
290
:openInNewTab="true"
291
292
</p>
0 commit comments