Limit player name lengths and fix vote UI defaults
This commit is contained in:
@@ -93,6 +93,7 @@ const translations = {
|
||||
"toast.suggestionDeleted": "Suggestion deleted",
|
||||
"toast.savedChanges": "Saved changes",
|
||||
"toast.nameRequired": "Name required",
|
||||
"toast.displayNameRequired": "Display name is required",
|
||||
"toast.invalidImageUrl": "Screenshot URL must be http(s) and end with an image file.",
|
||||
|
||||
"modal.editTitle": "Edit game",
|
||||
@@ -196,6 +197,7 @@ const translations = {
|
||||
"toast.suggestionDeleted": "Vorschlag gelöscht",
|
||||
"toast.savedChanges": "Änderungen gespeichert",
|
||||
"toast.nameRequired": "Name erforderlich",
|
||||
"toast.displayNameRequired": "Anzeigename ist erforderlich",
|
||||
"toast.invalidImageUrl": "Screenshot-URL muss mit http(s) beginnen und auf eine Bilddatei enden.",
|
||||
|
||||
"modal.editTitle": "Spiel bearbeiten",
|
||||
|
||||
Reference in New Issue
Block a user