diff options
| author | 2024-10-21 13:41:16 +0200 | |
|---|---|---|
| committer | 2024-10-21 13:41:16 +0200 | |
| commit | aea9ba0d62b86be05e53747c97bfcbc8f4bc4408 (patch) | |
| tree | 5be022f67f0cd2fab8f7d09113e09608cdddc5aa /app/views/helpers/feed/update.phtml | |
| parent | ad2c6e6fbf3658f08295fb437a0f97e10498eb11 (diff) | |
New option mark article as read if identical title in category (#6922)
* New mark articles as read if identical title in category
fix https://github.com/FreshRSS/FreshRSS/issues/6143
* i18n todo forgotten
Diffstat (limited to 'app/views/helpers/feed/update.phtml')
| -rw-r--r-- | app/views/helpers/feed/update.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/feed/update.phtml b/app/views/helpers/feed/update.phtml index 001c04131..c9f8fea62 100644 --- a/app/views/helpers/feed/update.phtml +++ b/app/views/helpers/feed/update.phtml @@ -234,7 +234,7 @@ <option value="100"<?= $this->feed->attributeInt('read_when_same_title_in_feed') == 100 ? ' selected="selected"' : '' ?>>100</option> <option value="1000"<?= $this->feed->attributeInt('read_when_same_title_in_feed') == 1000 ? ' selected="selected"' : '' ?>>1 000</option> </select> - <?= _t('conf.reading.read.when_same_title') ?> + <?= _t('conf.reading.read.when_same_title_in_feed') ?> </div> </div> |
