fix: fix typo in catch.html

This commit is contained in:
Adam Lau
2022-11-30 17:51:13 +08:00
committed by GitHub
parent 14c362d4ba
commit 77f6412d3b

View File

@@ -4,7 +4,7 @@
<label style="width: auto" for="node-input-scope" data-i18n="catch.label.source"></label>
<select id="node-input-scope-select">
<option value="all" data-i18n="catch.scope.all"></option>
<option value="target" data-i18n="catch.scope.selected"></options>
<option value="target" data-i18n="catch.scope.selected"></option>
</select>
</div>
<div class="form-row node-input-uncaught-row">