mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
update lang
This commit is contained in:
parent
1e0e452992
commit
566affc144
1 changed files with 1 additions and 1 deletions
|
|
@ -1563,7 +1563,7 @@ class ReticulumMeshChat:
|
|||
if destination_identity is None:
|
||||
|
||||
# we have to bail out of sending, since we don't have the identity/path yet
|
||||
raise Exception("Destination identity is not known. Try again later.")
|
||||
raise Exception("Could not find path to destination. Try again later.")
|
||||
|
||||
# create destination for recipients lxmf delivery address
|
||||
lxmf_destination = RNS.Destination(destination_identity, RNS.Destination.OUT, RNS.Destination.SINGLE, "lxmf", "delivery")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue