Skip to content

Commit

Permalink
feat: Rephrase CantDecryptOutgoingMsgs stock string
Browse files Browse the repository at this point in the history
  • Loading branch information
iequidoo committed Jun 6, 2024
1 parent b6dceb4 commit 4dce996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stock_str.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ pub enum StockMessage {
InvalidUnencryptedMail = 174,

#[strum(props(
fallback = "⚠️ It seems you are using Delta Chat on multiple devices that cannot decrypt each other's outgoing messages. To fix this, on the older device use \"Settings / Add Second Device\" and follow the instructions."
fallback = "⚠️ Could not decrypt outgoing messages that may be from Delta Chat on your other device. If so, to fix this, on the older device use \"Settings / Add Second Device\" and follow the instructions."
))]
CantDecryptOutgoingMsgs = 175,

Expand Down

0 comments on commit 4dce996

Please sign in to comment.