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({ <>
- Names + Collections
)}