aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-03-28 15:36:04 +0300
committerGravatar Vitaly Takmazov2023-03-28 15:36:04 +0300
commita473a06b817a763c805a204e6f7d5f221598d5fc (patch)
treedb5938ad753d18cbba36decef4d5903fc32f8f6a /src
parent1444921f4c5411c8693d9f9acd50f15f35bc1d40 (diff)
Add Privacy Policy page
Diffstat (limited to 'src')
m---------src/main/resources/help0
-rw-r--r--src/main/resources/messages.properties1
-rw-r--r--src/main/resources/messages_ru.properties1
-rw-r--r--src/main/resources/templates/views/partial/footer.html3
4 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/help b/src/main/resources/help
-Subproject eb9734e24867c70a9cf7309786ebc1db058bea3
+Subproject 66f0d21a039d4af1d0a85e93c6aaf1d70be5251
diff --git a/src/main/resources/messages.properties b/src/main/resources/messages.properties
index 2aceae3d..e6612732 100644
--- a/src/main/resources/messages.properties
+++ b/src/main/resources/messages.properties
@@ -22,6 +22,7 @@ link.returnToMain=Back to Home Page
link.contacts=Contacts
link.tos=TOS
link.adv=Advertisement
+link.privacy=Privacy
link.popular=Popular
link.allMessages=Discover
diff --git a/src/main/resources/messages_ru.properties b/src/main/resources/messages_ru.properties
index 487bf7d7..f07c8136 100644
--- a/src/main/resources/messages_ru.properties
+++ b/src/main/resources/messages_ru.properties
@@ -21,6 +21,7 @@ link.settings=Настройки
link.returnToMain=Вернуться на главную
link.contacts=Контакты
link.tos=TOS
+link.privacy=Конфиденциальность
link.popular=Популярные
link.allMessages=Обзор
diff --git a/src/main/resources/templates/views/partial/footer.html b/src/main/resources/templates/views/partial/footer.html
index 9e7e9d2e..1554dfc1 100644
--- a/src/main/resources/templates/views/partial/footer.html
+++ b/src/main/resources/templates/views/partial/footer.html
@@ -6,6 +6,7 @@
</div>
<div id="footer-right"> &middot;
<a href="/help/contacts" rel="nofollow">{{ i18n("messages","link.contacts") }}</a> &middot;
- <a href="/help/tos" rel="nofollow">{{ i18n("messages","link.tos") }}</a>
+ <a href="/help/tos" rel="nofollow">{{ i18n("messages","link.tos") }}</a> &middot;
+ <a href="/help/privacy" rel="nofollow">{{ i18n("messages","link.privacy") }}</a>
</div>
</div>