@elementor/editor-editing-panel 1.29.0 → 1.29.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.
package/dist/index.mjs CHANGED
@@ -561,7 +561,7 @@ function CssClassSelector() {
561
561
  {
562
562
  id: ID,
563
563
  size: "tiny",
564
- placeholder: showPlaceholder ? __3("Type to search/add global classes", "elementor") : void 0,
564
+ placeholder: showPlaceholder ? __3("Type class name", "elementor") : void 0,
565
565
  options: options13,
566
566
  selected: applied,
567
567
  onSelect: handleApply,