mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-06 01:18:35 +02:00
fixed post error message
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
"content-too-short" : "Please enter a longer post. At least %1 characters.",
|
||||
"title-too-short" : "Please enter a longer title. At least %1 characters.",
|
||||
"title-too-long" : "Please enter a shorter title. Titles can't be longer than %1 characters.",
|
||||
"too-many-posts" : "You can only post every %1 seconds.'",
|
||||
"too-many-posts" : "You can only post every %1 seconds.",
|
||||
"file-too-big" : "Maximum allowed file size is %1 kbs",
|
||||
|
||||
"cant-vote-self-post": "You cannot vote for your own post",
|
||||
|
||||
Reference in New Issue
Block a user