mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-04 07:05:17 -04:00
Improved sync dialog text
This commit is contained in:
parent
87c810fdd0
commit
1002a89ad5
2 changed files with 4 additions and 3 deletions
|
@ -398,7 +398,8 @@ class ConversationsDisplay():
|
|||
dialog = DialogLineBox(
|
||||
urwid.Pile([
|
||||
urwid.Text(""),
|
||||
urwid.Text("No trusted nodes found, cannot sync", align="center"),
|
||||
urwid.Text("No trusted nodes found, cannot sync!\n", align="center"),
|
||||
urwid.Text("To syncronise messages from the network, one or more nodes must be marked as trusted in the Known Nodes list. Nomad Network will then automatically sync from the nearest trusted node.", align="left"),
|
||||
urwid.Text(""),
|
||||
button_columns
|
||||
]), title="Message Sync"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue