From c952761657e420795745cb7879b86b62edf12985 Mon Sep 17 00:00:00 2001 From: greta Date: Wed, 18 Feb 2026 13:57:03 +0100 Subject: [PATCH] feat: improve follow up and PI ML note Signed-off-by: greta --- src/components/MailboxThread.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/MailboxThread.vue b/src/components/MailboxThread.vue index f76afc9c7e..2fd4f16d1f 100644 --- a/src/components/MailboxThread.vue +++ b/src/components/MailboxThread.vue @@ -259,9 +259,9 @@ export default { data() { return { - importantInfo: t('mail', 'Messages will automatically be marked as important based on which messages you interacted with or marked as important. In the beginning you might have to manually change the importance to teach the system, but it will improve over time.'), + importantInfo: t('mail', 'Messages will automatically be marked as important using AI. The system learns from which messages you interact with or mark as important. In the beginning you might have to manually change the importance to teach it, but it will improve over time'), favoritesInfo: t('mail', 'Messages that you marked as favorite will be shown at the top of folders. You can disable this behavior in the app settings'), - followupInfo: t('mail', 'Messages sent by you that require a reply but did not receive one after a couple of days will be shown here.'), + followupInfo: t('mail', 'AI identifies messages sent by you that likely require a reply but did not receive one after a couple of days and shows them here'), bus: mitt(), searchQuery: undefined, shortkeys: {