Fix: Grammar, it's -> its

This commit is contained in:
donuts-are-good 2024-07-03 11:47:55 -05:00 committed by GitHub
parent 8ad19cf048
commit 648242b99f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1056,7 +1056,7 @@ class ConversationWidget(urwid.WidgetWrap):
else:
warning = urwid.AttrMap(
urwid.Padding(urwid.Text(
"\n"+g["info"]+"\n\nYou cannot currently message this peer, since it's identity keys are not known. "
"\n"+g["info"]+"\n\nYou cannot currently message this peer, since its identity keys are not known. "
"The keys have been requested from the network and should arrive shortly, if available. "
"Close this conversation and reopen it to try again.\n\n"
"To query the network manually, select this conversation in the conversation list, "