aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-10-16 22:05:07 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-10-16 22:05:07 +0200
commit066dd3639676c07ed61f9d8eb3f1a1f85cae9db4 (patch)
treef918260f736534eef3bda7efdc3d3fe450aec6a5 /src
parentadd space (diff)
downloadferdium-app-066dd3639676c07ed61f9d8eb3f1a1f85cae9db4.tar.gz
ferdium-app-066dd3639676c07ed61f9d8eb3f1a1f85cae9db4.tar.zst
ferdium-app-066dd3639676c07ed61f9d8eb3f1a1f85cae9db4.zip
polishing
Diffstat (limited to 'src')
-rw-r--r--src/features/delayApp/Component.js2
-rw-r--r--src/i18n/messages/src/features/delayApp/Component.json2
-rw-r--r--src/styles/settings.scss2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/features/delayApp/Component.js b/src/features/delayApp/Component.js
index 6344edb89..fcc27c75c 100644
--- a/src/features/delayApp/Component.js
+++ b/src/features/delayApp/Component.js
@@ -24,7 +24,7 @@ const messages = defineMessages({
24 }, 24 },
25 action: { 25 action: {
26 id: 'feature.delayApp.upgrade.action', 26 id: 'feature.delayApp.upgrade.action',
27 defaultMessage: '!!!Get a Franz Supporter License', 27 defaultMessage: '!!!Upgrade Franz',
28 }, 28 },
29 actionTrial: { 29 actionTrial: {
30 id: 'feature.delayApp.trial.action', 30 id: 'feature.delayApp.trial.action',
diff --git a/src/i18n/messages/src/features/delayApp/Component.json b/src/i18n/messages/src/features/delayApp/Component.json
index 0d345a47b..f6bf9369a 100644
--- a/src/i18n/messages/src/features/delayApp/Component.json
+++ b/src/i18n/messages/src/features/delayApp/Component.json
@@ -27,7 +27,7 @@
27 }, 27 },
28 { 28 {
29 "id": "feature.delayApp.upgrade.action", 29 "id": "feature.delayApp.upgrade.action",
30 "defaultMessage": "!!!Get a Franz Supporter License", 30 "defaultMessage": "!!!Upgrade Franz",
31 "file": "src/features/delayApp/Component.js", 31 "file": "src/features/delayApp/Component.js",
32 "start": { 32 "start": {
33 "line": 25, 33 "line": 25,
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index bb95ab5d2..150d58e76 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -366,7 +366,7 @@
366 .account__subscription-button { margin-left: auto; } 366 .account__subscription-button { margin-left: auto; }
367 .franz-form__button { white-space: nowrap; } 367 .franz-form__button { white-space: nowrap; }
368 div { height: auto; } 368 div { height: auto; }
369 [data-type="franz-button"] div { height: 100% } 369 [data-type="franz-button"] div { height: 20px }
370 370
371 .invoices { 371 .invoices {
372 width: 100%; 372 width: 100%;