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() {