Skip to content

Commit

Permalink
fix: update privacy hyperlink text in program cert footer (#653)
Browse files Browse the repository at this point in the history
[APER-2601]

This PR updates the text appearing on program certificates using the `_footer.html` component. The text changes from `Do Not Sell My personal Information` to `Your Privacy Choices`.
  • Loading branch information
justinhynes authored Jul 10, 2023
1 parent d97588d commit 3bcbf5a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion edx_credentials_themes/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.18'
__version__ = '0.3.0'
4 changes: 2 additions & 2 deletions edx_credentials_themes/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.1a\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-19 21:23+0000\n"
"POT-Creation-Date: 2023-07-10 15:18+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: openedx-translation <[email protected]>\n"
Expand All @@ -33,7 +33,7 @@ msgid "Cookie Policy"
msgstr ""

#: templates/edx.org/_footer.html:26
msgid "Do Not Sell My Personal Information"
msgid "Your Privacy Choices"
msgstr ""

#: templates/edx.org/_footer.html:36
Expand Down
Binary file modified edx_credentials_themes/locale/eo/LC_MESSAGES/django.mo
Binary file not shown.
7 changes: 3 additions & 4 deletions edx_credentials_themes/locale/eo/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.1a\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-19 21:23+0000\n"
"POT-Creation-Date: 2023-07-10 15:18+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: openedx-translation <[email protected]>\n"
Expand All @@ -33,9 +33,8 @@ msgid "Cookie Policy"
msgstr "Çöökïé Pölïçý Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#"

#: templates/edx.org/_footer.html
msgid "Do Not Sell My Personal Information"
msgstr ""
"Dö Nöt Séll Mý Pérsönäl Ìnförmätïön Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєт#"
msgid "Your Privacy Choices"
msgstr "Ýöür Prïväçý Çhöïçés Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, #"

#: templates/edx.org/_footer.html
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion edx_credentials_themes/templates/edx.org/_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</li>
<li class="nav-item">
<a class="action" href="https://www.edx.org/?opendns=true">
{% trans "Do Not Sell My Personal Information" as tmsg %}{{ tmsg | force_escape }}
{% trans "Your Privacy Choices" as tmsg %}{{ tmsg | force_escape }}
</a>
</li>
</ul>
Expand Down

0 comments on commit 3bcbf5a

Please sign in to comment.