Skip to content

Commit 01b5fce

Browse files
authored
Merge pull request #28 from encryption4all/fix/pricing-update
fix: update pricing to €5 Small / €3 Medium
2 parents d536abd + d5ef578 commit 01b5fce

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/lib/locales/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@
9090
"subtitle": "Choose the plan that fits your organization.",
9191
"small": {
9292
"name": "Small",
93-
"price": "\u20ac5\u2013\u20ac6",
93+
"price": "\u20ac5",
9494
"period": "/user/month",
9595
"users": "Up to 100 users",
9696
"description": "For organizations with up to 100 users.",
9797
"cta": "Get started"
9898
},
9999
"medium": {
100100
"name": "Medium",
101-
"price": "\u20ac4\u2013\u20ac5",
101+
"price": "\u20ac3",
102102
"period": "/user/month",
103103
"users": "Up to 300 users",
104104
"description": "For growing organizations with up to 300 users.",

src/lib/locales/nl.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@
9090
"subtitle": "Kies het plan dat bij uw organisatie past.",
9191
"small": {
9292
"name": "Small",
93-
"price": "\u20ac5\u2013\u20ac6",
93+
"price": "\u20ac5",
9494
"period": "/gebruiker/maand",
9595
"users": "Tot 100 gebruikers",
9696
"description": "Voor organisaties met maximaal 100 gebruikers.",
9797
"cta": "Aan de slag"
9898
},
9999
"medium": {
100100
"name": "Medium",
101-
"price": "\u20ac4\u2013\u20ac5",
101+
"price": "\u20ac3",
102102
"period": "/gebruiker/maand",
103103
"users": "Tot 300 gebruikers",
104104
"description": "Voor groeiende organisaties met maximaal 300 gebruikers.",

0 commit comments

Comments
 (0)