mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
chore: translation typo (#1255)
chore: translation typo <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced the `Header` component for improved internationalization by enabling translation of the "Documentation" text. - **Documentation** - Added comments in translation files to link translation entries to the `Header` component, improving maintainability and traceability for future updates. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@ -47,7 +47,7 @@ export const Header = ({ className, ...props }: HeaderProps) => {
|
||||
className="text-muted-foreground hover:text-muted-foreground/80 text-sm font-semibold"
|
||||
target="_blank"
|
||||
>
|
||||
Documentation
|
||||
<Trans>Documentation</Trans>
|
||||
</Link>
|
||||
|
||||
<Link
|
||||
|
||||
Reference in New Issue
Block a user