aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2023-10-29 19:16:19 +0100
committerGravatar GitHub <noreply@github.com> 2023-10-29 19:16:19 +0100
commit1712d83c34df6c3b7462741c719e6dcb474c1a44 (patch)
tree093093fdd0f5863fc16d795fb124babc46b1b42a
parent1aa43e894e08815ce153e681f8b119c21e878797 (diff)
Improve purge policy UI label (#5773)
Co-authored-by: math-gh <>
-rw-r--r--app/views/helpers/feed/update.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/feed/update.phtml b/app/views/helpers/feed/update.phtml
index 73aeea32e..a02634e32 100644
--- a/app/views/helpers/feed/update.phtml
+++ b/app/views/helpers/feed/update.phtml
@@ -302,7 +302,7 @@
</p>
<div class="form-group">
- <label class="group-name" for="use_default_purge_options"><?= _t('conf.archiving.policy') ?></label>
+ <div class="group-name"><?= _t('conf.archiving.policy') ?></div>
<div class="group-controls">
<label class="checkbox">
<input type="checkbox" name="use_default_purge_options" id="use_default_purge_options" value="1"<?= $archiving['default'] ? ' checked="checked"' : '' ?>