mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 17:06:31 -06:00
copyedits on editor entry errors
This commit is contained in:
parent
362c6e443a
commit
a8157efdfe
@ -521,12 +521,12 @@ en:
|
||||
need_more_for_reply: "{{n}} to go for the post"
|
||||
|
||||
error:
|
||||
title_missing: "Title is required."
|
||||
title_too_short: "Title must be at least {{min}} characters long."
|
||||
title_too_long: "Title must be less than {{max}} characters long."
|
||||
post_missing: "Post can't be empty."
|
||||
post_length: "Post must be at least {{min}} characters long."
|
||||
category_missing: "You must choose a category."
|
||||
title_missing: "Title is required"
|
||||
title_too_short: "Title must be at least {{min}} characters"
|
||||
title_too_long: "Title can't be more than {{max}} characters"
|
||||
post_missing: "Post can't be empty"
|
||||
post_length: "Post must be at least {{min}} characters"
|
||||
category_missing: "You must choose a category"
|
||||
|
||||
save_edit: "Save Edit"
|
||||
reply_original: "Reply on Original Topic"
|
||||
|
Loading…
Reference in New Issue
Block a user