From 3e5ff10de464968c39b70479200403d89a082a3a Mon Sep 17 00:00:00 2001 From: paw Date: Fri, 16 Feb 2024 15:29:37 +0100 Subject: [PATCH] Don't show incorrect mail address info on legacy plans It is not true that legacy plans can have unlimited custom domains. Make it not display anything here to prevent confusion. Fixes #6540 --- src/translations/de.ts | 1 + src/translations/de_sie.ts | 1 + src/translations/en.ts | 1 + 3 files changed, 3 insertions(+) diff --git a/src/translations/de.ts b/src/translations/de.ts index 0c072b390757..7af496c7c27f 100644 --- a/src/translations/de.ts +++ b/src/translations/de.ts @@ -1645,6 +1645,7 @@ export default { "yourFolders_action": "DEINE ORDNER", "yourMessage_label": "Deine Nachricht", "you_label": "Du", + "mailAddressInfoLegacy_msg": "Deaktivierte E-Mail-Adressen können einer anderen Mailbox innerhalb deines Kontos zugewiesen werden.", "vcardInSharingFiles_msg": "Wir haben eine oder mehrere Kontaktdateien entdeckt. Möchtest Du diese importieren oder anhängen?", "importFromContactBook_label": "Kontakte von deinem Gerät importieren", "importContacts_label": "Kontakte importieren" diff --git a/src/translations/de_sie.ts b/src/translations/de_sie.ts index 5d9feadaf7eb..645e521f5800 100644 --- a/src/translations/de_sie.ts +++ b/src/translations/de_sie.ts @@ -1645,6 +1645,7 @@ export default { "yourFolders_action": "Ihre ORDNER", "yourMessage_label": "Ihre Nachricht", "you_label": "Sie", + "mailAddressInfoLegacy_msg": "Deaktivierte E-Mail-Adressen können einer anderen Mailbox innerhalb Ihres Kontos zugewiesen werden.", "vcardInSharingFiles_msg": "Wir haben eine oder mehrere Kontaktdateien entdeckt. Möchten Sie diese importieren oder anhängen?", "importFromContactBook_label": "Kontakte von Ihrem Gerät importieren", "importContacts_label": "Kontakte importieren" diff --git a/src/translations/en.ts b/src/translations/en.ts index 6c1400b729e0..c6bac4068e12 100644 --- a/src/translations/en.ts +++ b/src/translations/en.ts @@ -1641,6 +1641,7 @@ export default { "yourFolders_action": "YOUR FOLDERS", "yourMessage_label": "Your message", "you_label": "You", + "mailAddressInfoLegacy_msg": "Disabled email addresses can be reassigned to another user or mailbox within your account.", "vcardInSharingFiles_msg": "We detected one or more contact files, do you want to import or attach them?", "importFromContactBook_label": "Import contacts from your device", "importContacts_label": "Import contacts",