mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
l10n: fix two acronyms (MAC, URL) (#436)
* l10n: Mac Address -> MAC Address * l10n: PVE addr -> URL
This commit is contained in:
@@ -423,7 +423,7 @@ class _ServerEditPageState extends State<ServerEditPage> {
|
||||
type: TextInputType.url,
|
||||
icon: MingCute.web_line,
|
||||
node: node,
|
||||
label: l10n.addr,
|
||||
label: 'URL',
|
||||
hint: addr,
|
||||
),
|
||||
),
|
||||
@@ -486,7 +486,7 @@ class _ServerEditPageState extends State<ServerEditPage> {
|
||||
Input(
|
||||
controller: _wolMacCtrl,
|
||||
type: TextInputType.text,
|
||||
label: 'Mac ${l10n.addr}',
|
||||
label: 'MAC ${l10n.addr}',
|
||||
icon: Icons.computer,
|
||||
hint: '00:11:22:33:44:55',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user