diff --git a/labellabor/urls.py b/labellabor/urls.py index a93fe7c..36214d8 100644 --- a/labellabor/urls.py +++ b/labellabor/urls.py @@ -30,7 +30,7 @@ urlpatterns = format_suffix_patterns(urlpatterns) urlpatterns = [ path('api/v1/labelbase//label//', api.label), - path('docs/', include_docs_urls(title='Labelbase Docs')), + path('docs/', include_docs_urls(title='Labelbase API')), path( '', diff --git a/templates/_base.html b/templates/_base.html index f14fdf2..94166cc 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -232,7 +232,7 @@ body { {% trans "Account Security" %}
  •