Skip to content

Commit 63616a6

Browse files
committed
Stop shouting
1 parent aaf38a3 commit 63616a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/next-client-app/components/scanreports/ScanReportTableUpdateForm.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ export function ScanReportTableUpdateForm({
126126
/>
127127
</FormControl>
128128
<span className="text-sm">
129-
{values.triggerReuse === true ? "YES" : "NO"}
129+
{values.triggerReuse === true ? "Yes" : "No"}
130130
</span>
131131
</div>
132132
<FormDescription>
133-
If YES, concepts added to other scan reports which are in same parent dataset will be reused, based on the matching value and field. This feature may make the auto mapping process longer to run.
133+
If Yes, concepts added to other scan reports which are in same parent dataset will be reused, based on the matching value and field. This feature may make the auto mapping process longer to run.
134134
</FormDescription>
135135
<FormMessage />
136136
</FormItem>

0 commit comments

Comments
 (0)