change verbiage

This commit is contained in:
Josh Hawkins 2025-04-03 08:17:43 -05:00
parent 7c5582dc10
commit 76943ebae2
2 changed files with 2 additions and 2 deletions

View File

@ -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.",

View File

@ -424,7 +424,7 @@ function LibrarySelector({
<>
<DropdownMenuSeparator />
<div className="mb-1 ml-1.5 text-xs text-secondary-foreground">
Names
Collections
</div>
</>
)}