移除input.url.http错误提示
This commit is contained in:
@@ -34,8 +34,6 @@
|
||||
<JFXTextField fx:id="txtServerUrl" promptText="%account.injector.server_url">
|
||||
<validators>
|
||||
<URLValidator message="%input.url">
|
||||
</URLValidator>
|
||||
<URLValidator message="%input.url.http">
|
||||
<protocols>
|
||||
<String fx:value="http" />
|
||||
<String fx:value="https" />
|
||||
|
||||
@@ -103,7 +103,6 @@ input.email=The username must be an e-mail.
|
||||
input.number=Must be a number.
|
||||
input.not_empty=Required field
|
||||
input.url=Must be a valid URL.
|
||||
input.url.http=Only HTTP or HTPPS is accepted.
|
||||
|
||||
install=Install New Game
|
||||
install.failed=Failed to install
|
||||
|
||||
@@ -103,7 +103,6 @@ input.email=用户名必须是邮箱
|
||||
input.number=必须是数字
|
||||
input.not_empty=必填项
|
||||
input.url=必须是合法的链接
|
||||
input.url.http=只支持 HTTP 或 HTTPS 协议
|
||||
|
||||
install=添加游戏
|
||||
install.failed=安装失败
|
||||
|
||||
Reference in New Issue
Block a user