fix: add dedicated e2ee string without 'tap for more info'

This commit is contained in:
B. Petersen
2026-03-11 09:57:21 +01:00
parent 6949be6fd8
commit e76f445985
2 changed files with 2 additions and 0 deletions
@@ -226,6 +226,7 @@ public class DcHelper {
dcContext.setStockTranslation(235, context.getString(R.string.video_call));
dcContext.setStockTranslation(240, context.getString(R.string.chat_description_changed_by_you));
dcContext.setStockTranslation(241, context.getString(R.string.chat_description_changed_by_other));
dcContext.setStockTranslation(242, context.getString(R.string.messages_are_e2ee));
}
public static File getImexDir() {
+1
View File
@@ -959,6 +959,7 @@
<!-- %1$s will be replaced by the number of weeks (always >1) the timer is set to, %2$s will be replaced by name of the contact -->
<string name="ephemeral_timer_weeks_by_other">Disappearing messages timer set to %1$s weeks by %2$s.</string>
<string name="chat_unencrypted_explanation">Messages in this chat use classic email and are not end-to-end encrypted.</string>
<string name="messages_are_e2ee">Messages are end-to-end encrypted.</string>
<string name="chat_protection_enabled_tap_to_learn_more">Messages are end-to-end encrypted. Tap to learn more.</string>
<string name="chat_protection_enabled_explanation">All messages in this chat are end-to-end encrypted.\n\nEnd-to-end encryption keeps messages private between you and your chat partners. Not even servers, providers or relays can read them.</string>
<string name="invalid_unencrypted_tap_to_learn_more">⚠️ %1$s requires end-to-end encryption which is not setup for this chat yet. Tap to learn more.</string>