Skip to content

Commit

Permalink
[Search] Fix Salesforce domain tooltip (elastic#177303)
Browse files Browse the repository at this point in the history
## Summary

Fixes a tooltip for Salesforce connectors.
  • Loading branch information
sphilipse authored and fkanout committed Mar 4, 2024
1 parent 516eea5 commit 3583692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-search-connectors/types/native_connectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3467,7 +3467,7 @@ export const NATIVE_CONNECTOR_DEFINITIONS: Record<string, NativeConnector | unde
'searchConnectors.content.nativeConnectors.salesforce.domain.tooltip',
{
defaultMessage:
"The domain for your Salesforce instance. If your Salesforce URL is, the domain would be 'foo'.",
"The domain for your Salesforce instance. If your Salesforce URL is 'https://foo.salesforce.com', the domain would be 'foo'.",
}
),
type: FieldType.STRING,
Expand Down

0 comments on commit 3583692

Please sign in to comment.