diff options
Diffstat (limited to 'main/app/sprinkles/account/locale/en_US/validate.php')
-rw-r--r-- | main/app/sprinkles/account/locale/en_US/validate.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/main/app/sprinkles/account/locale/en_US/validate.php b/main/app/sprinkles/account/locale/en_US/validate.php deleted file mode 100644 index 6b33584..0000000 --- a/main/app/sprinkles/account/locale/en_US/validate.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php
-/**
- * UserFrosting (http://www.userfrosting.com)
- *
- * @link https://github.com/userfrosting/UserFrosting
- * @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
- *
- * US English message token translations for the 'account' sprinkle.
- *
- * @package userfrosting\i18n\en_US
- * @author Alexander Weissman
- */
-
-return [
- "VALIDATE" => [
- "PASSWORD_MISMATCH" => "Your password and confirmation password must match.",
- "USERNAME" => "Username may consist only of lowercase letters, numbers, '.', '-', and '_'."
- ]
-];
|