Change "left the server" to "quit the server"
This commit is contained in:
parent
6ea1ea4d6c
commit
1eb8b971f5
1 changed files with 1 additions and 1 deletions
|
@ -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]),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue