We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e2b8d commit 77d8ecaCopy full SHA for 77d8eca
1 file changed
web/src/components/my/AnalysisTypeBadge.tsx
@@ -7,7 +7,7 @@ interface AnalysisTypeBadgeProps {
7
export const AnalysisTypeBadge = ({ type }: AnalysisTypeBadgeProps) => {
8
const typeLabelMap: Record<DetectionType, string> = {
9
URL: "URL 분석",
10
- CASE: "텍스트 분석",
+ CASE: "사례 분석",
11
};
12
13
return (
0 commit comments