Updated dialog texts

pull/72/merge 1.6.1
Mark Qvist 2025-05-16 12:36:18 +02:00
parent 5355f0e91f
commit 5c5d5f8306
1 changed files with 2 additions and 2 deletions

View File

@ -5480,10 +5480,10 @@ class SidebandApp(MDApp):
info_str = "No keys known for the destination. Connected reticules have been queried for the keys. Try again when an announce for the destination has arrived."
elif result == "in_progress":
title_str = "Transfer In Progress"
info_str = "There is already a telemetry request transfer in progress for this peer."
info_str = "There is already a telemetry request transfer in progress to the collector."
elif result == "sent":
title_str = "Request Sent"
info_str = "A telemetry request was sent to the peer. The peer should send any available telemetry shortly."
info_str = "A telemetry request was sent to the collector. The collector should send any available telemetry shortly."
elif result == "not_sent":
title_str = "Not Sent"
info_str = "A telemetry request could not be sent."