cozy-ui 130.7.1 → 130.7.2

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [130.7.2](https://github.com/cozy/cozy-ui/compare/v130.7.1...v130.7.2) (2025-10-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * replace cozy mention in uploadqueue component header by app variable 🐛 ([e07a3ba](https://github.com/cozy/cozy-ui/commit/e07a3ba))
7
+
1
8
  ## [130.7.1](https://github.com/cozy/cozy-ui/compare/v130.7.0...v130.7.1) (2025-10-09)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-ui",
3
- "version": "130.7.1",
3
+ "version": "130.7.2",
4
4
  "description": "Cozy apps UI SDK",
5
5
  "main": "./index.js",
6
6
  "bin": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "header": "Import de %{smart_count} fichier dans votre Cozy |||| Import de %{smart_count} fichiers dans votre Cozy",
2
+ "header": "Import de %{smart_count} fichier dans votre %{app} |||| Import de %{smart_count} fichiers dans votre %{app}",
3
3
  "header_mobile": "Import de %{done} sur %{smart_count}",
4
4
  "header_done": "%{done} sur %{smart_count} élément importé |||| %{done} sur %{smart_count} éléments importés",
5
5
  "close": "Fermer",
@@ -36,7 +36,7 @@ var localeEs = {
36
36
  }
37
37
  };
38
38
  var localeFr = {
39
- header: "Import de %{smart_count} fichier dans votre Cozy |||| Import de %{smart_count} fichiers dans votre Cozy",
39
+ header: "Import de %{smart_count} fichier dans votre %{app} |||| Import de %{smart_count} fichiers dans votre %{app}",
40
40
  header_mobile: "Import de %{done} sur %{smart_count}",
41
41
  header_done: "%{done} sur %{smart_count} \xE9l\xE9ment import\xE9 |||| %{done} sur %{smart_count} \xE9l\xE9ments import\xE9s",
42
42
  close: "Fermer",