Fix: the wrong label for regex checkbox in split multi cell dialog (#2530)

This commit is contained in:
Lisa Chandra 2020-04-14 13:33:25 +05:30 committed by GitHub
parent 7cb8bb360b
commit 349e76c195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
<tr><td></td>
<td bind="or_views_separator"></td>
<td><input size="10" value="," bind="separatorInput" />
<input type="checkbox" bind="regexInput" id="$split-column-regex" />
<input type="checkbox" bind="regexInput" id="$split-multi-valued-cells-regex" />
<label for="$split-multi-valued-cells-regex" bind="or_views_regExp"></label></td>
</tr>
<tr>