Merge pull request #56 from donuts-are-good/grammar-its-its

Fix: Grammar, it's -> its
This commit is contained in:
markqvist 2024-08-17 14:48:02 +02:00 committed by GitHub
commit ed64837a6c
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, "