mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 04:55:33 +03:00
- client: fix locales
This commit is contained in:
parent
fb476b0117
commit
8406d7d288
1 changed files with 2 additions and 2 deletions
|
@ -463,7 +463,7 @@
|
|||
"client_confirm_unblock": "Are you sure you want to unblock the client \"{{ip}}\"?",
|
||||
"client_blocked": "Client \"{{ip}}\" successfully blocked",
|
||||
"client_unblocked": "Client \"{{ip}}\" successfully unblocked",
|
||||
"set_static_ip": "Set static IP address",
|
||||
"install_static_error": "We failed to determine if this network interface is configured by using static IP address. Please set a static IP address manually.",
|
||||
"set_static_ip": "Set a static IP address",
|
||||
"install_static_error": "We failed to determine if this network interface is configured by using a static IP address. Please set the static IP address manually.",
|
||||
"install_static_configure": "We have detected that a dynamic IP address is used — {{ip}}. We suggest you to set this IP address as static."
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue