diff options
Diffstat (limited to 'ogcp/templates/actions/cache.html')
-rw-r--r-- | ogcp/templates/actions/cache.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ogcp/templates/actions/cache.html b/ogcp/templates/actions/cache.html index e6db31f..6443640 100644 --- a/ogcp/templates/actions/cache.html +++ b/ogcp/templates/actions/cache.html @@ -10,9 +10,9 @@ {% set ip_list = form.ips.data.split(' ') %} {% set ip_count = ip_list | length %} -<h1 class="m-5"> +<h2 class="mx-5 subhead-heading"> {{ _('Manage Cache') }} -</h1> +</h2> <p>{{ _('Check free cache space in the client\'s bubbles:') }}</p> |