Skip to content

Commit

Permalink
fixes i18n for package
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurley14 committed Nov 4, 2022
1 parent 0c5081c commit dc7c006
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const FieldComponent: React.FC<FieldProps> = ({
data-test-subj="fieldAutocompleteComboBox"
style={fieldWidth}
onCreateOption={handleCreateCustomOption}
customOptionText={i18n.translate('xpack.securitySolution.autocomplete.customOptionText', {
customOptionText={i18n.translate('autocomplete.customOptionText', {
defaultMessage: 'Add {searchValuePlaceholder} as a custom field',
values: { searchValuePlaceholder: '{searchValue}' },
})}
Expand Down

0 comments on commit dc7c006

Please sign in to comment.