diff --git a/docs/src/components/community-guides.tsx b/docs/src/components/community-guides.tsx index 98e52bfcaebd5..d69d7ef92cd66 100644 --- a/docs/src/components/community-guides.tsx +++ b/docs/src/components/community-guides.tsx @@ -10,17 +10,17 @@ interface CommunityGuidesProps { const guides: CommunityGuidesProps[] = [ { title: 'Cloudflare Tunnels with SSO/OAuth', - description: `Setting up Cloudflare Tunnels and a SaaS App for immich.`, + description: `Setting up Cloudflare Tunnels and a SaaS App for Immich.`, url: 'https://github.com/immich-app/immich/discussions/8299', }, { - title: 'Database backup in Truenas', - description: `Create a database backup with pgAdmin in Truenas.`, + title: 'Database backup in TrueNAS', + description: `Create a database backup with pgAdmin in TrueNAS.`, url: 'https://github.com/immich-app/immich/discussions/8809', }, { title: 'Unraid backup scripts', - description: `Back up your assets in Unarid with a pre-prepared script.`, + description: `Back up your assets in Unraid with a pre-prepared script.`, url: 'https://github.com/immich-app/immich/discussions/8416', }, { diff --git a/docs/src/components/community-projects.tsx b/docs/src/components/community-projects.tsx index d5796ebfb7e7d..9b602f4e080f5 100644 --- a/docs/src/components/community-projects.tsx +++ b/docs/src/components/community-projects.tsx @@ -10,7 +10,7 @@ interface CommunityProjectProps { const projects: CommunityProjectProps[] = [ { title: 'immich-go', - description: `An alternative to the immich-CLI command that doesn't depend on nodejs installation. It tries its best for importing google photos takeout archives.`, + description: `An alternative to the immich-CLI that doesn't depend on nodejs. It specializes in importing Google Photos Takeout archives.`, url: 'https://github.com/simulot/immich-go', }, {