feat: use more fitting encryption info message

This commit is contained in:
B. Petersen
2026-01-23 15:25:16 +01:00
committed by bjoern
parent 3325270896
commit 448c0d2268
8 changed files with 14 additions and 22 deletions

View File

@@ -44,7 +44,7 @@ use crate::stock_str::StockStrings;
use crate::tools::time;
/// The number of info messages added to new e2ee chats.
/// Currently this is "End-to-end encryption available", string `E2eAvailable`.
/// Currently this is "Messages are end-to-end encrypted.", string `ChatProtectionEnabled`.
pub const E2EE_INFO_MSGS: usize = 1;
#[allow(non_upper_case_globals)]