cozy-ui 82.9.0 → 82.10.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.10.0](https://github.com/cozy/cozy-ui/compare/v82.9.0...v82.10.0) (2023-04-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Updated English translation for premium title in paywall ([578836e](https://github.com/cozy/cozy-ui/commit/578836e))
|
|
7
|
+
|
|
1
8
|
# [82.9.0](https://github.com/cozy/cozy-ui/compare/v82.8.0...v82.9.0) (2023-04-03)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
},
|
|
5
5
|
"onlyOfficePaywall": {
|
|
6
6
|
"premium": {
|
|
7
|
-
"title": "
|
|
7
|
+
"title": "Upgrade 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
|
},
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"passwordSharingPaywall": {
|
|
23
23
|
"premium": {
|
|
24
|
-
"title": "
|
|
24
|
+
"title": "Upgrade your Cozy!",
|
|
25
25
|
"content": "To unlock this feature, or simply support us, you can change your Cozy offer.",
|
|
26
26
|
"action": "Check our plans"
|
|
27
27
|
},
|
|
@@ -52,7 +52,7 @@ var en = {
|
|
|
52
52
|
},
|
|
53
53
|
onlyOfficePaywall: {
|
|
54
54
|
premium: {
|
|
55
|
-
title: "
|
|
55
|
+
title: "Upgrade your Cozy!",
|
|
56
56
|
content: "To unlock this feature, or simply support us, you can change your Cozy offer.",
|
|
57
57
|
action: "Check our plans"
|
|
58
58
|
},
|
|
@@ -69,7 +69,7 @@ var en = {
|
|
|
69
69
|
},
|
|
70
70
|
passwordSharingPaywall: {
|
|
71
71
|
premium: {
|
|
72
|
-
title: "
|
|
72
|
+
title: "Upgrade your Cozy!",
|
|
73
73
|
content: "To unlock this feature, or simply support us, you can change your Cozy offer.",
|
|
74
74
|
action: "Check our plans"
|
|
75
75
|
},
|