Add client-side player count validation
This commit is contained in:
@@ -62,6 +62,7 @@ const translations = {
|
||||
"form.placeholder.screenshot": "Screenshot URL",
|
||||
"form.placeholder.youtube": "YouTube URL",
|
||||
"form.placeholder.gameUrl": "Game website URL",
|
||||
"form.playersInvalid": "Players must be between 1 and 32, and min cannot exceed max.",
|
||||
|
||||
"section.mySuggestions": "Your suggestions",
|
||||
"section.allSuggestions": "All suggestions",
|
||||
@@ -227,6 +228,7 @@ const translations = {
|
||||
"form.placeholder.screenshot": "Screenshot-URL",
|
||||
"form.placeholder.youtube": "YouTube-URL",
|
||||
"form.placeholder.gameUrl": "Spiel-Webseite",
|
||||
"form.playersInvalid": "Spielerzahl muss zwischen 1 und 32 liegen, und Min darf Max nicht überschreiten.",
|
||||
|
||||
"section.mySuggestions": "Deine Vorschläge",
|
||||
"section.allSuggestions": "Alle Vorschläge",
|
||||
|
||||
Reference in New Issue
Block a user