Change "left the server" to "quit the server"

This commit is contained in:
Sijmen 2023-11-29 01:12:09 +01:00
parent 6ea1ea4d6c
commit 1eb8b971f5
Signed by: vijfhoek
GPG key ID: DAF7821E067D9C48

View file

@ -446,7 +446,7 @@ impl<'a> MessageLog {
Some(
container(
container(text(format!("{nickname} left the server{reason}")))
container(text(format!("{nickname} quit the server{reason}")))
.style(move |_: &_| event_appearance)
.padding([3, 10]),
)