From 34887eb4bde881eb10f661aa45082960a4129cf3 Mon Sep 17 00:00:00 2001 From: Jelmer Prins Date: Fri, 7 Mar 2014 15:09:59 +0100 Subject: [PATCH] translated UsersForgotPasswordNoUserFound --- cache/locale/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cache/locale/en.json b/cache/locale/en.json index 4c29225..d0c22fe 100644 --- a/cache/locale/en.json +++ b/cache/locale/en.json @@ -20,7 +20,7 @@ "TimeIsInvalidBeforeStart": "You can't enter a timestamp before the start-time.", "JPGGIFAndPNGOnly": "Only jp(e)g, gif or png-files are allowed.", "UrlIsInvalid": "This is an invalid URL.", - "UsersForgotPasswordNoUserFound": "Dit emailadres is niet teruggevonden." + "UsersForgotPasswordNoUserFound": "This email address was not found." }, "lbl": { "Actions": "actions", @@ -126,4 +126,4 @@ "UsersLoggedOut": "You have been signed out.", "UsersNoItems": "No users yet." } -} \ No newline at end of file +}