@elementor/editor-variables 3.33.0-199 → 3.33.0-201

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
@@ -2430,7 +2430,7 @@ var VariablesStyledMenuList = (0, import_ui19.styled)(import_ui19.MenuList)(({ t
2430
2430
  // src/components/variables-selection.tsx
2431
2431
  var SIZE5 = "tiny";
2432
2432
  var CREATE_LABEL = (0, import_i18n14.__)("Create variable", "elementor");
2433
- var MANAGER_LABEL = (0, import_i18n14.__)("Variable Manager", "elementor");
2433
+ var MANAGER_LABEL = (0, import_i18n14.__)("Variables Manager", "elementor");
2434
2434
  var VariablesSelection = ({ closePopover, onAdd, onEdit, onSettings }) => {
2435
2435
  const { icon: VariableIcon, startIcon, variableType, propTypeUtil } = useVariableType();
2436
2436
  const { value: variable, setValue: setVariable, path } = useVariableBoundProp();