Localize uniqueness validation message
Otherwise it'd say "Parent already taken" instead of "Target already smiled"
This commit is contained in:
parent
536d50f53d
commit
997953565f
|
@ -54,6 +54,8 @@ en:
|
||||||
success_text: "Success text colour"
|
success_text: "Success text colour"
|
||||||
warning_color: "Warning colour"
|
warning_color: "Warning colour"
|
||||||
warning_text: "Warning text colour"
|
warning_text: "Warning text colour"
|
||||||
|
reaction:
|
||||||
|
parent_id: "Target"
|
||||||
user:
|
user:
|
||||||
created_at: "Account created at"
|
created_at: "Account created at"
|
||||||
current_password: "Current password"
|
current_password: "Current password"
|
||||||
|
@ -107,6 +109,11 @@ en:
|
||||||
errors:
|
errors:
|
||||||
messages:
|
messages:
|
||||||
invalid_url: "does not look like a valid URL"
|
invalid_url: "does not look like a valid URL"
|
||||||
|
models:
|
||||||
|
reaction:
|
||||||
|
attributes:
|
||||||
|
parent_id:
|
||||||
|
taken: "already smiled"
|
||||||
helpers:
|
helpers:
|
||||||
submit:
|
submit:
|
||||||
user:
|
user:
|
||||||
|
|
Loading…
Reference in New Issue