This commit is contained in:
Zack Scholl 2021-05-07 10:21:24 -07:00
parent 422f099e5e
commit e47776bb10
1 changed files with 1 additions and 1 deletions

View File

@ -804,7 +804,7 @@ func (c *Client) processMessageFileInfo(m message.Message) (done bool, err error
}
}
// c.spinner.Stop()
action = "Accept"
action := "Accept"
if c.Options.SendingText {
action = "Display"
fname = "text message"