Skip to content

Commit 0db53a4

Browse files
committed
Localization: Fixed GL number validation message
The validation message was targeted only to integers ("entero") while the number method validates decimals http://jqueryvalidation.org/number-method/ Related to jquery-validation#1016
1 parent b258647 commit 0db53a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/localization/messages_gl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
url: "Por favor, escribe unha URL válida.",
1111
date: "Por favor, escribe unha data válida.",
1212
dateISO: "Por favor, escribe unha data (ISO) válida.",
13-
number: "Por favor, escribe un número enteiro válido.",
13+
number: "Por favor, escribe un número válido.",
1414
digits: "Por favor, escribe só díxitos.",
1515
creditcard: "Por favor, escribe un número de tarxeta válido.",
1616
equalTo: "Por favor, escribe o mesmo valor de novo.",

0 commit comments

Comments
 (0)