From 8a9775428b90a85bcab26a9063f33e9f10147982 Mon Sep 17 00:00:00 2001 From: Salvatore Brosio <30407646+ArchimedeSolutions@users.noreply.github.com> Date: Mon, 12 Oct 2020 20:11:24 +0200 Subject: [PATCH] Improve Italian translation (#5310) --- modules/system/lang/it/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/lang/it/validation.php b/modules/system/lang/it/validation.php index 69af90970..52b885798 100644 --- a/modules/system/lang/it/validation.php +++ b/modules/system/lang/it/validation.php @@ -37,7 +37,7 @@ return [ "exists" => "Il valore di :attribute non è valido.", "image" => ":attribute deve essere un'immagine.", "in" => "Il valore di :attribute non è valido.", - "integer" => ":attribute deve essere un numero interno.", + "integer" => ":attribute deve essere un numero intero.", "ip" => ":attribute deve essere un indirizzo IP valido.", "max" => [ "numeric" => ":attribute non può essere maggiore di :max.",