From afa963b0ff87f0608bd37c6bc4918fa50d0d5522 Mon Sep 17 00:00:00 2001 From: Marcel Herrguth Date: Fri, 13 Nov 2020 16:12:47 +0100 Subject: [PATCH] Maintenance: Correct email channel archive function wording The wording of the archive function is miss leading. Timestamps are not removed, but the original ones of the mail you're archive-importing will be used. The new string reflects that. --- .../javascripts/app/views/channel/email_account_wizard.jst.eco | 2 +- app/assets/javascripts/app/views/getting_started/email.jst.eco | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/app/views/channel/email_account_wizard.jst.eco b/app/assets/javascripts/app/views/channel/email_account_wizard.jst.eco index 26bd95548..d3268a22c 100644 --- a/app/assets/javascripts/app/views/channel/email_account_wizard.jst.eco +++ b/app/assets/javascripts/app/views/channel/email_account_wizard.jst.eco @@ -116,7 +116,7 @@

<%- @T('Should the emails from this mailbox be imported as an archive or as regular emails?') %>

diff --git a/app/assets/javascripts/app/views/getting_started/email.jst.eco b/app/assets/javascripts/app/views/getting_started/email.jst.eco index dd4322b57..299f57ef5 100644 --- a/app/assets/javascripts/app/views/getting_started/email.jst.eco +++ b/app/assets/javascripts/app/views/getting_started/email.jst.eco @@ -89,7 +89,7 @@

<%- @T('Should the emails from this mailbox be imported as an archive or as regular emails?') %>