Fix references

This commit is contained in:
Eric Bailey
2024-03-13 17:13:51 -05:00
parent 8b7385ee23
commit 45fcf149c4
+2 -2
View File
@@ -98,7 +98,7 @@ export function Content({children}: React.PropsWithChildren<{}>) {
} }
/** /**
* The canonical view for a moderation service. Use this or compose your own. * The canonical view for a labeling service. Use this or compose your own.
*/ */
export function Default({ export function Default({
labeler, labeler,
@@ -139,7 +139,7 @@ export function Link({
}, },
}} }}
label={_( label={_(
msg`View the moderation service provided by @${labeler.creator.handle}`, msg`View the labeling service provided by @${labeler.creator.handle}`,
)}> )}>
{children} {children}
</InternalLink> </InternalLink>