Skip to content

Commit 23bafd7

Browse files
authored
Merge pull request #5762 from habibayman/fix/5755
fix(settings): fix some links in the privacy modal
2 parents d82337c + e27ae12 commit 23bafd7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contentcuration/contentcuration/frontend/shared/views/policies/PrivacyPolicyModal.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{{ $untranslated('introductionP1Part1') }}
2020
<KRouterLink
2121
:text="$untranslated('introductionP1TC')"
22-
:to="{ query: { showPolicy: policies.COMMUNITY_STANDARDS } }"
22+
:to="{ query: { showPolicy: policies.TERMS_OF_SERVICE } }"
2323
/>
2424
{{ $untranslated('introductionP1Part2') }}
2525
<b>{{ $untranslated('introductionP1TU') }}</b>
@@ -286,7 +286,7 @@
286286
{{ $untranslated('cookiesP2') }}
287287
<KExternalLink
288288
:text="$untranslated('cookieLink')"
289-
href="https://learningequality.org/cookies/"
289+
href="https://learningequality.org/cookie-policy/"
290290
:openInNewTab="true"
291291
/>
292292
</p>

0 commit comments

Comments
 (0)