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,
|
{ DynamicList,
|
||||||
"remote",
|
"remote",
|
||||||
"1.2.3.4",
|
"1.2.3.4",
|
||||||
translate("Remote host name or ip address") },
|
translate("Remote host name or IP address") },
|
||||||
{ Flag,
|
{ Flag,
|
||||||
"remote_random",
|
"remote_random",
|
||||||
0,
|
0,
|
||||||
|
|
|
@ -476,14 +476,11 @@ msgstr ""
|
||||||
msgid "Remap SIGUSR1 signals"
|
msgid "Remap SIGUSR1 signals"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500
|
||||||
#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61
|
#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61
|
||||||
msgid "Remote host name or IP address"
|
msgid "Remote host name or IP address"
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315
|
||||||
msgid "Remote ping timeout"
|
msgid "Remote ping timeout"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Loading…
Reference in a new issue