Hostname -> Server

This commit is contained in:
rustdesk
2024-03-23 17:10:52 +08:00
parent 05ef1c3924
commit 05969c2f99
42 changed files with 606 additions and 646 deletions

View File

@@ -2044,7 +2044,7 @@ void changeSocks5Proxy() async {
ConstrainedBox(
constraints: const BoxConstraints(minWidth: 140),
child: Text(
'${translate("Hostname")}:',
'${translate("Server")}:',
textAlign: TextAlign.right,
).marginOnly(right: 10)),
Expanded(