fix ui description
This commit is contained in:
parent
eac92dca50
commit
348890ae88
1 changed files with 2 additions and 2 deletions
|
|
@ -1104,7 +1104,7 @@ class _NetworkState extends State<_Network> with AutomaticKeepAliveClientMixin {
|
|||
child: Column(children: [
|
||||
server(enabled),
|
||||
_Card(title: 'Proxy', children: [
|
||||
_Button('Socks5 Proxy', changeSocks5Proxy,
|
||||
_Button("Socks5/Http(s) Proxy", changeSocks5Proxy,
|
||||
enabled: enabled),
|
||||
]),
|
||||
]),
|
||||
|
|
@ -2034,7 +2034,7 @@ void changeSocks5Proxy() async {
|
|||
}
|
||||
|
||||
return CustomAlertDialog(
|
||||
title: Text(translate('Socks5 Proxy')),
|
||||
title: Text(translate("Socks5/Http(s) Proxy")),
|
||||
content: ConstrainedBox(
|
||||
constraints: const BoxConstraints(minWidth: 500),
|
||||
child: Column(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue