diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2019-09-04 21:08:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-04 21:08:36 +0200 |
commit | f79d809df65c8eec760b3a57660d149e2a57a197 (patch) | |
tree | 1e9fa5a2412e042b72d183efcc889383642ee493 | |
parent | 1e6b80318216d82c08235092515f50c8f18bf49e (diff) | |
parent | 755678f54056817c1cf96e28b22c6c008514ba5d (diff) | |
download | AntennaPod-f79d809df65c8eec760b3a57660d149e2a57a197.zip |
Merge pull request #3385 from orionlee/add_privacy_policy_link_3378
Add link to Privacy Policy
-rw-r--r-- | app/src/main/templates/about.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/templates/about.html b/app/src/main/templates/about.html index 4cd34bd48..fd70ab549 100644 --- a/app/src/main/templates/about.html +++ b/app/src/main/templates/about.html @@ -83,7 +83,8 @@ Created by Daniel Oeh<br /> Copyright © 2012-@year@<br /> AntennaPod Contributors <a href="CONTRIBUTORS.txt">(View)</a><br /> -Licensed under the MIT License <a href="LICENSE.txt">(View)</a> +Licensed under the MIT License <a href="LICENSE.txt">(View)</a><br /> +Privacy Policy <a href="https://antennapod.org/privacy.html">(View)</a> </div> <h1>Used libraries</h1> |