mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
Fix a typo in UnknownSenderForChat
This commit is contained in:
@@ -177,7 +177,7 @@ pub enum StockMessage {
|
|||||||
however, of course, if they like, you may point them to 👉 https://get.delta.chat"))]
|
however, of course, if they like, you may point them to 👉 https://get.delta.chat"))]
|
||||||
WelcomeMessage = 71,
|
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,
|
UnknownSenderForChat = 72,
|
||||||
|
|
||||||
#[strum(props(fallback = "Message from %1$s"))]
|
#[strum(props(fallback = "Message from %1$s"))]
|
||||||
|
|||||||
Reference in New Issue
Block a user