@elementor/editor-variables 3.33.0-187 → 3.33.0-189

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.
package/dist/index.js CHANGED
@@ -3578,7 +3578,7 @@ var FontField = ({ value, onChange, onValidationChange }) => {
3578
3578
  onItemChange: handleFontFamilyChange,
3579
3579
  onClose: fontPopoverState.close,
3580
3580
  sectionWidth,
3581
- title: (0, import_i18n24.__)("Font Family", "elementor"),
3581
+ title: (0, import_i18n24.__)("Font family", "elementor"),
3582
3582
  itemStyle: (item) => ({ fontFamily: item.value }),
3583
3583
  onDebounce: import_editor_controls12.enqueueFont,
3584
3584
  icon: import_icons16.TextIcon