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 %}