diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/tag/update.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tag/update.phtml b/app/views/tag/update.phtml index 88eea194d..cedb75592 100644 --- a/app/views/tag/update.phtml +++ b/app/views/tag/update.phtml @@ -61,7 +61,7 @@ </div> </form> - <h2><?= _t('sub.title.delete_label') ?></h2> + <h3><?= _t('sub.title.delete_label') ?></h3> <form id="delete_tag" method="post" action="<?= _url('tag', 'delete', 'id_tag', $this->tag->id()) ?>"> <input type="hidden" name="_csrf" value="<?= FreshRSS_Auth::csrfToken() ?>" /> <div class="form-group form-actions"> |
