@deephaven/iris-grid 0.23.0 → 0.23.1-beta.11

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/IrisGrid.js CHANGED
@@ -146,7 +146,7 @@ export class IrisGrid extends Component {
146
146
  if (isCustomColumnsAvailable) {
147
147
  optionItems.push({
148
148
  type: OptionType.CUSTOM_COLUMN_BUILDER,
149
- title: 'Manage Custom Columns',
149
+ title: 'Custom Columns',
150
150
  icon: vsSplitHorizontal
151
151
  });
152
152
  }