Remove unused
This commit is contained in:
@@ -275,7 +275,6 @@ export const FileInfo: React.FC<FileInfoProps> = ({
|
||||
/>
|
||||
{isMLEnabled() && annotatedFaces.length > 0 && (
|
||||
<InfoItem icon={<FaceRetouchingNaturalIcon />}>
|
||||
{/*t("UNIDENTIFIED_FACES") TODO-Cluster remove */}
|
||||
<FilePeopleList
|
||||
file={file}
|
||||
annotatedFaceIDs={annotatedFaces}
|
||||
|
||||
@@ -228,9 +228,6 @@
|
||||
"indexing_fetching": "Fetching indexes ({{nSyncedFiles, number}} / {{nTotalFiles, number}})",
|
||||
"indexing_people": "Indexing people in {{nSyncedFiles, number}} photos...",
|
||||
"indexing_done": "Indexed {{nSyncedFiles, number}} photos",
|
||||
"UNIDENTIFIED_FACES": "Unidentified faces",
|
||||
"OBJECTS": "objects",
|
||||
"TEXT": "text",
|
||||
"INFO": "Info ",
|
||||
"INFO_OPTION": "Info (I)",
|
||||
"file_name": "File name",
|
||||
|
||||
@@ -176,10 +176,7 @@ const CGroupPersonHeader: React.FC<CGroupPersonHeaderProps> = ({ person }) => {
|
||||
|
||||
<SingleInputDialog
|
||||
{...nameInputVisibilityProps}
|
||||
title={
|
||||
pt("Rename person") /* TODO-Cluster pt()'s
|
||||
also remove "UNIDENTIFIED_FACES": "Unidentified faces" */
|
||||
}
|
||||
title={pt("Rename person")}
|
||||
label={pt("Name")}
|
||||
placeholder={t("enter_name")}
|
||||
autoComplete="name"
|
||||
|
||||
Reference in New Issue
Block a user