diff --git a/files/templates/api.html b/files/templates/api.html index e7c4cda19a..49b84a13b0 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 527f3587d9..21dc8824d3 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 %}