From 76943ebae2dd70a3da8f22bccaf1e77bf0c3d56e Mon Sep 17 00:00:00 2001
From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
Date: Thu, 3 Apr 2025 08:17:43 -0500
Subject: [PATCH] change verbiage
---
web/public/locales/en/views/faceLibrary.json | 2 +-
web/src/pages/FaceLibrary.tsx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/public/locales/en/views/faceLibrary.json b/web/public/locales/en/views/faceLibrary.json
index cc1bb6cd7..0a4444ae5 100644
--- a/web/public/locales/en/views/faceLibrary.json
+++ b/web/public/locales/en/views/faceLibrary.json
@@ -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.",
diff --git a/web/src/pages/FaceLibrary.tsx b/web/src/pages/FaceLibrary.tsx
index 354b19ab9..30606808e 100644
--- a/web/src/pages/FaceLibrary.tsx
+++ b/web/src/pages/FaceLibrary.tsx
@@ -424,7 +424,7 @@ function LibrarySelector({
<>