generated from dxw/rails-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ada51b
commit 634f92b
Showing
3 changed files
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,16 @@ en: | |
attributes: | ||
body: | ||
blank: Please enter a case note | ||
support/evaluator: | ||
attributes: | ||
email: | ||
blank: Enter the email address of the evaluator | ||
invalid: Enter an email address in the correct format, like [email protected] | ||
taken: This email address has already been added as an evaluator | ||
first_name: | ||
blank: Enter the first name of the evaluator | ||
last_name: | ||
blank: Enter the last name of the evaluator | ||
|
||
activemodel: | ||
errors: | ||
|
@@ -65,8 +75,6 @@ en: | |
blank: Select files to upload | ||
has_uploaded_documents: | ||
blank: Please confirm that you uploaded all documents | ||
|
||
|
||
|
||
forms: | ||
rules: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters