Update link

This commit is contained in:
Manav Rathi
2024-08-12 10:38:05 +05:30
parent a70a3c7078
commit 83e9b18eba

View File

@@ -155,14 +155,14 @@ interface EnableMLProps {
}
const EnableML: React.FC<EnableMLProps> = ({ onEnable }) => {
// TODO-ML: Update link.
const moreDetails = () => openURL("https://ente.io/blog/desktop-ml-beta");
const moreDetails = () =>
openURL("https://help.ente.io/photos/features/advanced-search");
return (
<Stack py={"20px"} px={"16px"} spacing={"32px"}>
<Typography color="text.muted">
{pt(
"Enable ML (Machine Learning) for face recognition, magic search and other advanced search features",
"Ente supports on-device machine learning for face recognition, magic search and other advanced search features",
)}
</Typography>
<Stack spacing={"8px"}>
@@ -176,7 +176,7 @@ const EnableML: React.FC<EnableMLProps> = ({ onEnable }) => {
</Stack>
<Typography color="text.faint" variant="small">
{pt(
'Magic search allows to search photos by their contents (e.g. "car", "red car" or even "ferrari")',
'Magic search allows to search photos by their contents, e.g. "car", "red car" or even very specific things like "Ferrari".',
)}
</Typography>
</Stack>