Fix a typo in UnknownSenderForChat

This commit is contained in:
Alexander Krotov
2020-07-01 19:11:48 +03:00
parent db6623d0cf
commit d59475f9bb

View File

@@ -177,7 +177,7 @@ pub enum StockMessage {
however, of course, if they like, you may point them to 👉 https://get.delta.chat"))]
WelcomeMessage = 71,
#[strum(props(fallback = "Unknown Sender for this chat. See 'info' for more details."))]
#[strum(props(fallback = "Unknown sender for this chat. See 'info' for more details."))]
UnknownSenderForChat = 72,
#[strum(props(fallback = "Message from %1$s"))]