From 45fcf149c40b76c2e97f33eabf3a0d8c7703d697 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 13 Mar 2024 17:13:51 -0500 Subject: [PATCH] Fix references --- src/components/LabelingServiceCard/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/LabelingServiceCard/index.tsx b/src/components/LabelingServiceCard/index.tsx index f884114c65..80d38277d1 100644 --- a/src/components/LabelingServiceCard/index.tsx +++ b/src/components/LabelingServiceCard/index.tsx @@ -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({ labeler, @@ -139,7 +139,7 @@ export function Link({ }, }} label={_( - msg`View the moderation service provided by @${labeler.creator.handle}`, + msg`View the labeling service provided by @${labeler.creator.handle}`, )}> {children}