@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/editor-editing-panel",
3
- "version": "1.29.0",
3
+ "version": "1.29.1",
4
4
  "private": false,
5
5
  "author": "Elementor Team",
6
6
  "homepage": "https://elementor.com/",
@@ -76,7 +76,7 @@ export function CssClassSelector() {
76
76
  <MultiCombobox
77
77
  id={ ID }
78
78
  size="tiny"
79
- placeholder={ showPlaceholder ? __( 'Type to search/add global classes', 'elementor' ) : undefined }
79
+ placeholder={ showPlaceholder ? __( 'Type class name', 'elementor' ) : undefined }
80
80
  options={ options }
81
81
  selected={ applied }
82
82
  onSelect={ handleApply }