From 13c932a8f85f305b3ca7a001193b2fa507418b2b Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 20 Jun 2023 10:43:28 +0200 Subject: [PATCH] Thread: Rename "My network" to "Preferred network" (#16980) - All networks in my household are my networks. Otherwise they are my neighbor's. - within my networks, this one is my preferred one (as opposed to other networks) --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 25900e1209..c803418f1a 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -3488,11 +3488,11 @@ }, "thread": { "other_networks": "Other networks", - "my_network": "My network", + "my_network": "Preferred network", "no_preferred_network": "You don't have a preferred network yet.", "add_open_thread_border_router": "Add an OpenThread border router", "reset_border_router": "Reset border router", - "add_to_my_network": "Add to my network", + "add_to_my_network": "Add to preferred network", "no_routers_otbr_network": "No border routers where found, maybe the border router is not configured correctly. You can try to reset it to the factory settings.", "add_dataset_from_tlv": "Add dataset from TLV", "add_dataset": "Add Thread dataset",