Skip to content

Commit

Permalink
Merge pull request #56 from donuts-are-good/grammar-its-its
Browse files Browse the repository at this point in the history
Fix: Grammar, it's -> its
  • Loading branch information
markqvist authored Aug 17, 2024
2 parents 8ad19cf + 648242b commit ed64837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomadnet/ui/textui/Conversations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ def check_editor_allowed(self):
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, "
Expand Down

0 comments on commit ed64837

Please sign in to comment.