mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-05 10:28:51 +03:00
Don't allow # in face name
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user