aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-09-07 00:53:14 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-09-07 00:53:14 +0200
commitbe914b698fc7bd586040df677d9f58b26e21ce22 (patch)
treedeea46d51a13391b12267ff3bd85834b7b59cb69 /src/i18n
parentfeat(Todos): Add option to disable todos (diff)
parentfix linting issues (diff)
downloadferdium-app-be914b698fc7bd586040df677d9f58b26e21ce22.tar.gz
ferdium-app-be914b698fc7bd586040df677d9f58b26e21ce22.tar.zst
ferdium-app-be914b698fc7bd586040df677d9f58b26e21ce22.zip
Merge branch 'master' into develop
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/messages/src/components/ui/ActivateTrialButton/index.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/i18n/messages/src/components/ui/ActivateTrialButton/index.json b/src/i18n/messages/src/components/ui/ActivateTrialButton/index.json
index 08c1a9293..fd969da78 100644
--- a/src/i18n/messages/src/components/ui/ActivateTrialButton/index.json
+++ b/src/i18n/messages/src/components/ui/ActivateTrialButton/index.json
@@ -50,5 +50,44 @@
50 "line": 28, 50 "line": 28,
51 "column": 3 51 "column": 3
52 } 52 }
53 },
54 {
55 "id": "pricing.trial.terms.headline",
56 "defaultMessage": "!!!No strings attached",
57 "file": "src/components/ui/ActivateTrialButton/index.js",
58 "start": {
59 "line": 29,
60 "column": 29
61 },
62 "end": {
63 "line": 32,
64 "column": 3
65 }
66 },
67 {
68 "id": "pricing.trial.terms.noCreditCard",
69 "defaultMessage": "!!!No credit card required",
70 "file": "src/components/ui/ActivateTrialButton/index.js",
71 "start": {
72 "line": 33,
73 "column": 16
74 },
75 "end": {
76 "line": 36,
77 "column": 3
78 }
79 },
80 {
81 "id": "pricing.trial.terms.automaticTrialEnd",
82 "defaultMessage": "!!!Your free trial ends automatically after 14 days",
83 "file": "src/components/ui/ActivateTrialButton/index.js",
84 "start": {
85 "line": 37,
86 "column": 21
87 },
88 "end": {
89 "line": 40,
90 "column": 3
91 }
53 } 92 }
54] \ No newline at end of file 93] \ No newline at end of file