handling received channel URLs now works okayish

This commit is contained in:
geeksville 2020-04-09 17:06:41 -07:00
parent 2b588ac7e7
commit eba6fef9fa
3 changed files with 46 additions and 7 deletions

View file

@ -26,4 +26,10 @@
<string name="starting_pairing">Starting pairing</string>
<string name="pairing_failed">Pairing failed</string>
<string name="url_for_join">A URL for joining a Meshtastic mesh</string>
<string name="accept">Accept</string>
<string name="cancel">Cancel</string>
<string name="change_channel">Change channel</string>
<string name="are_you_sure_channel">Are you sure you want to change the channel? All communication with other nodes will stop until you share the new channel settings.</string>
<string name="new_channel_rcvd">New Channel URL received</string>
<string name="do_you_want_switch">Do you want to switch to the \'%s\' channel?</string>
</resources>