adjust wording

This commit is contained in:
Nicolas Mowen 2025-03-17 15:02:11 -06:00
parent cf145661a2
commit a904b3a527
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
}, },
"readTheDocs": "Read the documentation to view more details on refining images for the Face Library", "readTheDocs": "Read the documentation to view more details on refining images for the Face Library",
"trainFaceAs": "Train Face as:", "trainFaceAs": "Train Face as:",
"trainFaceAsPerson": "Train Face as Person", "trainFace": "Train Face",
"toast": { "toast": {
"success": { "success": {
"uploadedImage": "Successfully uploaded image.", "uploadedImage": "Successfully uploaded image.",

View File

@ -472,7 +472,7 @@ function FaceAttempt({
))} ))}
</DropdownMenuContent> </DropdownMenuContent>
</DropdownMenu> </DropdownMenu>
<TooltipContent>{t("trainFaceAsPerson")}</TooltipContent> <TooltipContent>{t("trainFace")}</TooltipContent>
</Tooltip> </Tooltip>
<Tooltip> <Tooltip>
<TooltipTrigger> <TooltipTrigger>