修改source拼写错误

This commit is contained in:
duandongmei
2018-09-13 19:28:39 +08:00
parent 77406cca9c
commit ed8c42cce2

View File

@@ -30,10 +30,10 @@
ipv6MaskPart:"Mask must be 128", ipv6MaskPart:"Mask must be 128",
//ipMaskRange:"IP mask must between 0 and 32", //ipMaskRange:"IP mask must between 0 and 32",
ipMaskRange:"IP mask must between 16 and 32", ipMaskRange:"IP mask must between 16 and 32",
srcIpNotEqDestIp:"Sourse IP ", srcIpNotEqDestIp:"Source IP ",
destIpNotEqDestIp:" and destination IP ", destIpNotEqDestIp:" and destination IP ",
IpNotEqDestIp:" can't be the same", IpNotEqDestIp:" can't be the same",
srcIpIsNotValue:"Sourse IP can't be ", srcIpIsNotValue:"Source IP can't be ",
destIpIsNotValue:"Destination IP can't be ", destIpIsNotValue:"Destination IP can't be ",
ipRange:"Wrong IP format or start IP and end IP in two subnet", ipRange:"Wrong IP format or start IP and end IP in two subnet",
ipRange1:"start IP should smaller than end IP", ipRange1:"start IP should smaller than end IP",