Merge pull request #3524 from urbalazs/typo-openvpn-ip
luci-app-openvpn: fix typo
This commit is contained in:
commit
2d2f27ef8d
2 changed files with 2 additions and 5 deletions
|
@ -497,7 +497,7 @@ local knownParams = {
|
|||
{ DynamicList,
|
||||
"remote",
|
||||
"1.2.3.4",
|
||||
translate("Remote host name or ip address") },
|
||||
translate("Remote host name or IP address") },
|
||||
{ Flag,
|
||||
"remote_random",
|
||||
0,
|
||||
|
|
|
@ -476,14 +476,11 @@ msgstr ""
|
|||
msgid "Remap SIGUSR1 signals"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500
|
||||
#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61
|
||||
msgid "Remote host name or IP address"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500
|
||||
msgid "Remote host name or ip address"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315
|
||||
msgid "Remote ping timeout"
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in a new issue