Don't allow # in face name

This commit is contained in:
Nicolas Mowen
2026-01-31 07:21:20 -07:00
parent aaa61ae2e0
commit ac6dda370d
5 changed files with 19 additions and 1 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
"description": {
"addFace": "Add a new collection to the Face Library by uploading your first image.",
"placeholder": "Enter a name for this collection",
"invalidName": "Invalid name. Names can only include letters, numbers, spaces, apostrophes, underscores, and hyphens."
"invalidName": "Invalid name. Names can only include letters, numbers, spaces, apostrophes, underscores, and hyphens.",
"nameCannotContainHash": "Name cannot contain #."
},
"details": {
"timestamp": "Timestamp",