thread word replaced

master
acetone 2025-01-21 14:08:39 -05:00
parent de9e217ce2
commit 2b74129016
1 changed files with 1 additions and 1 deletions

View File

@ -1179,7 +1179,7 @@ const char8_t *Notepad::WebUi::mainLength(Lang lang)
return ru;
}
default: {
static const char8_t* en {u8"Thread length (number of transit nodes)"};
static const char8_t* en {u8"Tunnel length (number of transit nodes)"};
return en;
}
}