Skip to content

Commit

Permalink
Merge pull request #17809 from jeclrsg/hpcc-30312-add-to-superfile-la…
Browse files Browse the repository at this point in the history
…bels

HPCC-30312 ECL Watch v9 fix Add to Superfile dialog labels
  • Loading branch information
GordonSmith authored Sep 26, 2023
2 parents 533853d + f6d78f8 commit 1aa78c8
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 1aa78c8

Please sign in to comment.