diff options
| author | 2024-10-19 19:24:29 +0200 | |
|---|---|---|
| committer | 2024-10-19 19:24:29 +0200 | |
| commit | a766ebfb68298cfd2a268d87443c5e2586e93243 (patch) | |
| tree | 3e3dea2f063eec75d6e6eae8b1e51751aebd7005 /app/views/helpers/category/update.phtml | |
| parent | 54f22de99bcc2f225c116b120270a81e1649b40f (diff) | |
Prepare options for category-level filter actions (#6920)
* Prepare options for category-level filter actions
Slightly move some options and add some help messages
Contributes to https://github.com/FreshRSS/FreshRSS/issues/6866
Prepare https://github.com/FreshRSS/FreshRSS/issues/6143
* Remove redudant help
Text changed by https://github.com/FreshRSS/FreshRSS/pull/6922 to be more precise
Diffstat (limited to 'app/views/helpers/category/update.phtml')
| -rw-r--r-- | app/views/helpers/category/update.phtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/helpers/category/update.phtml b/app/views/helpers/category/update.phtml index a922d4dca..96924c8f4 100644 --- a/app/views/helpers/category/update.phtml +++ b/app/views/helpers/category/update.phtml @@ -137,7 +137,8 @@ ?> <p class="alert alert-warn"> - <?= _t('conf.archiving.policy_warning') ?> + <?= _t('conf.archiving.policy_warning') ?><br /> + <?= _t('conf.reading.apply_to_individual_feed') ?> </p> <div class="form-group"> |
