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
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
},
|
|
5
5
|
"onlyOfficePaywall": {
|
|
6
6
|
"premium": {
|
|
7
|
-
"title": "
|
|
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: "
|
|
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: "
|
|
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
|
},
|