Skip to content

Commit

Permalink
HPCC-30312 ECL Watch v9 fix Add to Superfile dialog labels
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Clements <[email protected]>
  • Loading branch information
jeclrsg committed Sep 22, 2023
1 parent 582dc1a commit f6d78f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp/src/src-react/components/forms/AddToSuperfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const AddToSuperfile: React.FunctionComponent<AddToSuperfileProps> = ({
<table className={`${componentStyles.twoColumnTable} ${componentStyles.selectionTable}`}>
<thead>
<tr>
<th>{nlsHPCC.TargetName}</th>
<th>{nlsHPCC.LogicalName}</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit f6d78f8

Please sign in to comment.