Match getting started subtitle copy

This commit is contained in:
lucaronin
2026-04-19 14:30:07 +02:00
parent 046afe0e67
commit d5497d7252
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ describe('WelcomeScreen', () => {
it('shows the simplified template option description', () => {
render(<WelcomeScreen {...defaultProps} />)
expect(screen.getByText('Download the Getting Started vault')).toBeInTheDocument()
expect(screen.getByText('Download the getting started vault')).toBeInTheDocument()
expect(screen.queryByText(/~\/Documents\/Laputa/)).not.toBeInTheDocument()
})

View File

@@ -273,7 +273,7 @@ function getWelcomeScreenPresentation(
subtitle: 'Wiki-linked knowledge management for deep thinkers.\nChoose how to get started.',
templateDescription: isOffline
? `Requires internet — clone later. Suggested path: ${defaultVaultPath}`
: 'Download the Getting Started vault',
: 'Download the getting started vault',
title: 'Welcome to Tolaria',
}
}
@@ -285,7 +285,7 @@ function getWelcomeScreenPresentation(
subtitle: 'The vault folder could not be found on disk.\nIt may have been moved or deleted.',
templateDescription: isOffline
? `Requires internet — clone later. Suggested path: ${defaultVaultPath}`
: 'Download the Getting Started vault',
: 'Download the getting started vault',
title: 'Vault not found',
}
}