@gridsuite/commons-ui 0.43.0 → 0.43.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.
@@ -6,6 +6,6 @@
6
6
  */
7
7
 
8
8
  var table_en = {
9
- 'MuiVirtualizedTable/exportCSV': 'Export to CSV File'
9
+ 'MuiVirtualizedTable/exportCSV': 'Download CSV'
10
10
  };
11
11
  export default table_en;
@@ -6,6 +6,6 @@
6
6
  */
7
7
 
8
8
  var table_fr = {
9
- 'MuiVirtualizedTable/exportCSV': 'Exporter vers un fichier CSV'
9
+ 'MuiVirtualizedTable/exportCSV': 'Télécharger un CSV'
10
10
  };
11
11
  export default table_fr;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gridsuite/commons-ui",
3
- "version": "0.43.0",
3
+ "version": "0.43.1",
4
4
  "description": "common react components for gridsuite applications",
5
5
  "engines": {
6
6
  "npm": ">=9",