Skip to content

Commit ed4ab90

Browse files
AlcoholicBubbledanielecalda
authored andcommitted
issue #2161: fix autocorrection form field label to singular "Doc type field"
1 parent 6d2b173 commit ed4ab90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js-packages/admin-ui/src/pages/Autocorrections/SaveAutocorrection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export function SaveAutocorrection({ setExtraFab }: { setExtraFab: (fab: React.R
230230
description="If enabled, when a correction is found the search is executed using the corrected term instead of the original."
231231
/>
232232
<AutocompleteDropdown
233-
label="Doc type fields"
233+
label="Doc type field"
234234
description="Document Type Field used by the suggester to look up candidate corrections."
235235
onChange={(val) => form.inputProps("docTypeFields").onChange({ id: val.id, name: val.name })}
236236
value={

0 commit comments

Comments
 (0)