mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
change verbiage
This commit is contained in:
parent
7c5582dc10
commit
76943ebae2
@ -45,7 +45,7 @@
|
||||
"addFaceLibrary": "{{name}} has successfully been added to the Face Library!",
|
||||
"deletedFace_one": "Successfully deleted {{count}} face.",
|
||||
"deletedFace_other": "Successfully deleted {{count}} faces.",
|
||||
"deletedName_zero": "Empty name deleted successfully.",
|
||||
"deletedName_zero": "Empty collection deleted successfully.",
|
||||
"deletedName_one": "{{count}} face has been successfully deleted.",
|
||||
"deletedName_other": "{{count}} faces have been successfully deleted.",
|
||||
"trainedFace": "Successfully trained face.",
|
||||
|
||||
@ -424,7 +424,7 @@ function LibrarySelector({
|
||||
<>
|
||||
<DropdownMenuSeparator />
|
||||
<div className="mb-1 ml-1.5 text-xs text-secondary-foreground">
|
||||
Names
|
||||
Collections
|
||||
</div>
|
||||
</>
|
||||
)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user