aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-10-16 16:54:59 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-10-16 16:54:59 +0200
commit8c194bb9c5423fb9b44d11609dae72ac8497eb85 (patch)
tree92cf2adf9e7de5b2d75e690376ce586b150fefc2 /src
parentUpdate text (diff)
downloadferdium-app-8c194bb9c5423fb9b44d11609dae72ac8497eb85.tar.gz
ferdium-app-8c194bb9c5423fb9b44d11609dae72ac8497eb85.tar.zst
ferdium-app-8c194bb9c5423fb9b44d11609dae72ac8497eb85.zip
add space
Diffstat (limited to 'src')
-rw-r--r--src/components/settings/account/AccountDashboard.js1
-rw-r--r--src/i18n/locales/en-US.json2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/components/settings/account/AccountDashboard.js b/src/components/settings/account/AccountDashboard.js
index 9a1b31d0f..776a8fd08 100644
--- a/src/components/settings/account/AccountDashboard.js
+++ b/src/components/settings/account/AccountDashboard.js
@@ -218,6 +218,7 @@ class AccountDashboard extends Component {
218 </H2> 218 </H2>
219 <p> 219 <p>
220 Franz 220 Franz
221 {' '}
221 {isPremiumOverrideUser ? 'Premium' : planName} 222 {isPremiumOverrideUser ? 'Premium' : planName}
222 {user.team.isTrial && ( 223 {user.team.isTrial && (
223 <> 224 <>
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 16f4bff46..ce35c29a8 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -422,4 +422,4 @@
422 "workspaceDrawer.workspaceFeatureInfo": "<p>Franz Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 422 "workspaceDrawer.workspaceFeatureInfo": "<p>Franz Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
423 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 423 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
424 "workspaces.switchingIndicator.switchingTo": "Switching to" 424 "workspaces.switchingIndicator.switchingTo": "Switching to"
425} 425} \ No newline at end of file