From d59475f9bbab2f7180f957f9c462947bc01b26c6 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Wed, 1 Jul 2020 19:11:48 +0300 Subject: [PATCH] Fix a typo in UnknownSenderForChat --- src/stock.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stock.rs b/src/stock.rs index 23be459c7..9754b1d3a 100644 --- a/src/stock.rs +++ b/src/stock.rs @@ -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"))]