diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bb21dc32..851fd9902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the # Unreleased ## [25.x.x] ### Changed +- add explanations for the individual values in the feed information table ### Fixed diff --git a/src/components/modals/FeedInfoTable.vue b/src/components/modals/FeedInfoTable.vue index d5083a361..fa452e847 100644 --- a/src/components/modals/FeedInfoTable.vue +++ b/src/components/modals/FeedInfoTable.vue @@ -7,6 +7,41 @@ @close="$emit('close')">
+ {{ t('news', 'Last update') }}: + | ++ {{ t('news', 'Time when the feed was last downloaded') }} + | +
+ {{ t('news', 'Next update') }}: + | +
+ {{ t('news', 'Time when the next feed update will be done') }} + ({{ t('news', 'Only if activated in the admin settings, otherwise the regular update interval is used') }}) + |
+
+ APU ({{ t('news', 'Articles per update') }}): + | ++ {{ t('news', 'Maximum number of articles reached in a feed update') }} + | +
+ EC ({{ t('news', 'Error Count') }}): + | ++ {{ t('news', 'Number of errors that have occurred since the last successful feed update') }} + | +