From 482269e433711dc390e2a53a1359a4d5e4cd6802 Mon Sep 17 00:00:00 2001 From: jirbel Date: Mon, 12 Aug 2024 22:19:24 +0200 Subject: [PATCH] Update php.json wrong parameter name in validation.max.file --- locales/cs/php.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/cs/php.json b/locales/cs/php.json index 43bcf7d7fbb..3b125cf7190 100644 --- a/locales/cs/php.json +++ b/locales/cs/php.json @@ -71,7 +71,7 @@ "lte.string": ":Attribute nesmí být delší než :value znaků.", "mac_address": ":Attribute musí být platná adresa MAC.", "max.array": ":Attribute nemůže obsahovat více než :max prvků.", - "max.file": "Velikost souboru :attribute musí být menší než :value kB.", + "max.file": "Velikost souboru :attribute musí být menší než :max kB.", "max.numeric": ":Attribute nemůže být větší než :max.", "max.string": ":Attribute nemůže být delší než :max znaků.", "max_digits": "Číslo :attribute nesmí mít více než :max číslic.",