@contentful/field-editor-markdown 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2775,7 +2775,7 @@ var InsertLinkModal = function InsertLinkModal(_ref) {
2775
2775
  setTitle(e.target.value);
2776
2776
  },
2777
2777
  testId: "link-title-field"
2778
- }), React.createElement(FormControl.HelpText, null, "Recommended for accessibility")))), React.createElement(ModalControls, null, React.createElement(Button, {
2778
+ }), React.createElement(FormControl.HelpText, null, "Extra link information, usually shown as a tooltip on mouse hover")))), React.createElement(ModalControls, null, React.createElement(Button, {
2779
2779
  testId: "insert-link-cancel",
2780
2780
  onClick: function onClick() {
2781
2781
  return onClose(false);