cozy-ui 82.4.0 → 82.5.0

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
+ # [82.5.0](https://github.com/cozy/cozy-ui/compare/v82.4.0...v82.5.0) (2023-03-30)
2
+
3
+
4
+ ### Features
5
+
6
+ * Update OnlyOffice paywall premium title ([1c62ee6](https://github.com/cozy/cozy-ui/commit/1c62ee6))
7
+
1
8
  # [82.4.0](https://github.com/cozy/cozy-ui/compare/v82.3.0...v82.4.0) (2023-03-30)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-ui",
3
- "version": "82.4.0",
3
+ "version": "82.5.0",
4
4
  "description": "Cozy apps UI SDK",
5
5
  "main": "./index.js",
6
6
  "bin": {
@@ -4,7 +4,7 @@
4
4
  },
5
5
  "onlyOfficePaywall": {
6
6
  "premium": {
7
- "title": "Free up your Cozy!",
7
+ "title": "Extended your Cozy!",
8
8
  "content": "To unlock this feature, or simply support us, you can change your Cozy offer.",
9
9
  "action": "Check our plans"
10
10
  },
@@ -4,7 +4,7 @@
4
4
  },
5
5
  "onlyOfficePaywall": {
6
6
  "premium": {
7
- "title": "Libérer votre Cozy !",
7
+ "title": "Augmenter votre Cozy !",
8
8
  "content": "Pour débloquer cette fonctionnalité, ou simplement nous soutenir, vous pouvez modifier l'offre de votre Cozy.",
9
9
  "action": "Voir les offres"
10
10
  },
@@ -18,7 +18,7 @@ var fr = {
18
18
  },
19
19
  onlyOfficePaywall: {
20
20
  premium: {
21
- title: "Lib\xE9rer votre Cozy !",
21
+ title: "Augmenter votre Cozy !",
22
22
  content: "Pour d\xE9bloquer cette fonctionnalit\xE9, ou simplement nous soutenir, vous pouvez modifier l'offre de votre Cozy.",
23
23
  action: "Voir les offres"
24
24
  },
@@ -40,7 +40,7 @@ var en = {
40
40
  },
41
41
  onlyOfficePaywall: {
42
42
  premium: {
43
- title: "Free up your Cozy!",
43
+ title: "Extended your Cozy!",
44
44
  content: "To unlock this feature, or simply support us, you can change your Cozy offer.",
45
45
  action: "Check our plans"
46
46
  },