Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const AddFirstGlossaryMessage: React.VFC<
keyName="glossaries_list_empty_message"
params={{
bestPractice: (
<Link href="https://docs.tolgee.io/platform/projects_and_organizations/glossary" />
<Link href="https://docs.tolgee.io/platform/projects_and_organizations/managing_glossaries" />
),
}}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,15 @@ export const GlossaryEmptyListMessage: React.VFC<Props> = ({
<T keyName="glossary_empty_placeholder_add_term_button" />
</Button>
<Link
href="https://docs.tolgee.io/platform/projects_and_organizations/glossary"
href="https://docs.tolgee.io/platform/projects_and_organizations/managing_glossaries"
sx={{ visibility: 'hidden' }}
>
<Typography variant="body2">
<T keyName="glossary_empty_placeholder_add_term_best_practices" />
</Typography>
</Link>
</StyledCard>
{/* TODO: enable when docs are ready */}
<StyledCard elevation={0} sx={{ display: 'none' }}>
<StyledUploadCloud02 />
<Typography variant="h4">
Expand All @@ -104,7 +105,8 @@ export const GlossaryEmptyListMessage: React.VFC<Props> = ({
>
<T keyName="glossary_empty_placeholder_import_terms_button" />
</Button>
<Link href="https://docs.tolgee.io/platform/projects_and_organizations/glossary/import/csv-format">
{/* TODO: update url when docs are ready */}
<Link href="https://docs.tolgee.io/platform/projects_and_organizations/managing_glossaries/import/csv-format">
<Typography variant="body2">
<T keyName="glossary_empty_placeholder_import_terms_csv_format" />
</Typography>
Expand Down
Loading