diff options
-rw-r--r-- | config/locales/nl.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 7811208d7..d52926c31 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -110,8 +110,8 @@ nl: accepted: "moet geaccepteerd worden" empty: "mag niet leeg zijn" blank: "mag niet blanco zijn" - too_long: "is te lang" - too_short: "is te kort" + too_long: "is te lang (maximaal %{count} tekens)" + too_short: "is te kort (minimaal %{count} tekens)" wrong_length: "heeft een onjuiste lengte" taken: "is al in gebruik" not_a_number: "is geen getal" |