From 21614f68c54f29e668f4f91b6d952800175e2490 Mon Sep 17 00:00:00 2001 From: Wolfgang Date: Mon, 6 Jan 2025 11:59:02 +0100 Subject: [PATCH] feat: add explanations for the individual values in the feed information table Signed-off-by: Wolfgang --- CHANGELOG.md | 1 + src/components/modals/FeedInfoTable.vue | 35 +++++++++++++++++++++++++ 2 files changed, 36 insertions(+) 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', 'Article feed information') }}

+ + + + + + + + + + + + + + + + + +
+ {{ 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') }} +