diff options
| author | 2025-08-30 00:01:10 +0200 | |
|---|---|---|
| committer | 2025-08-30 00:01:10 +0200 | |
| commit | 5cb49094b83582093c2cb06eeb7d2fbd4bcba080 (patch) | |
| tree | 2213f7816e0c7dd41663f758c712ed76d01af0fa /app/views | |
| parent | 4cb82682b4efef78c407e3f25db796a50584128a (diff) | |
Label config delete label (#7871)
* h2 -> h3
* delete a label -> delete this label
* i18n: fr
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
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"> |
