diff options
| author | wangxin <[email protected]> | 2019-04-22 10:02:09 +0800 |
|---|---|---|
| committer | wangxin <[email protected]> | 2019-04-22 10:02:09 +0800 |
| commit | 34a6cb5ed484e6e6a48aae84e56156e856ed9bd0 (patch) | |
| tree | 5dff846f8604c7f44e9f9f1bce812a9580aa785b | |
| parent | 42724b94dea300e3ebc763f2dd9ced0816a13ab4 (diff) | |
添加谓语
| -rw-r--r-- | src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_en.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_en.js b/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_en.js index 0be318f95..a52f0c9ab 100644 --- a/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_en.js +++ b/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_en.js @@ -92,7 +92,7 @@ protect_warn:"Policy with relax precondition may consume too much resources.Use with cautions!", log_no_data:"This hour no data", expireTip:"Start time and end time interval is at least 1 minute", - compareTip:"Start time should two minutes earlier than current time at least.", + compareTip:"Start time should be at least two minutes earlier than current time.", compileIdCheck:"Please enter the correct query format", compileIdCheckNum:"The number of queries should not be greater than 200", rangeCross0:"The IP {0} must not between {1} and {2}", |
