Fix: the wrong label for regex checkbox in split multi cell dialog (#2530)
This commit is contained in:
parent
7cb8bb360b
commit
349e76c195
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user