From 69c6f3028a4f7a2b19e526181448cfdbd991b7ef Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 28 Dec 2021 15:02:58 +0200 Subject: [PATCH] ads' --- files/templates/api.html | 2 +- files/templates/privacy.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/api.html b/files/templates/api.html index e7c4cda19..49b84a13b 100644 --- a/files/templates/api.html +++ b/files/templates/api.html @@ -1,7 +1,7 @@ {% extends "default.html" %} {% block title %} -{{'SITE_NAME' | app_config}} - Privacy Policy +{{'SITE_NAME' | app_config}} - API {% endblock %} diff --git a/files/templates/privacy.html b/files/templates/privacy.html index 527f3587d..21dc8824d 100644 --- a/files/templates/privacy.html +++ b/files/templates/privacy.html @@ -1,7 +1,7 @@ {% extends "default.html" %} {% block title %} -{{'SITE_NAME' | app_config}} - API +{{'SITE_NAME' | app_config}} - Privacy Policy {% endblock %}