diff options
Diffstat (limited to 'app/views/helpers/configure/query.phtml')
| -rw-r--r-- | app/views/helpers/configure/query.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/configure/query.phtml b/app/views/helpers/configure/query.phtml index 38a1a715c..a9bf4478d 100644 --- a/app/views/helpers/configure/query.phtml +++ b/app/views/helpers/configure/query.phtml @@ -1,5 +1,5 @@ <div class="post"> - <h1><?= $this->query->getName() ?></h1> + <h2><?= $this->query->getName() ?></h2> <div> <a href="<?= $this->query->getUrl() ?>"><?= _i('link') ?> <?= _t('gen.action.filter') ?></a> |
