This commit is contained in:
B. Petersen
2020-07-23 23:49:05 +02:00
parent 04c90e2d87
commit c43f6964c5
3 changed files with 4 additions and 4 deletions

View File

@@ -214,7 +214,7 @@ pub enum StockMessage {
#[strum(props(fallback = "Video chat invitation"))] #[strum(props(fallback = "Video chat invitation"))]
VideochatInvitation = 82, VideochatInvitation = 82,
#[strum(props(fallback = "You are invited to an videochat, click %1$s to join."))] #[strum(props(fallback = "You are invited to a video chat, click %1$s to join."))]
VideochatInviteMsgBody = 83, VideochatInviteMsgBody = 83,
} }