aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-09-02 11:28:39 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-09-02 11:28:39 +0200
commit88a89ea3eb88f76ff9a2b9b856db855a7e15a46c (patch)
treedb1447567b31f227f28a78710e24fffaca4eb582 /src/i18n
parentfix missing icons (diff)
downloadferdium-app-88a89ea3eb88f76ff9a2b9b856db855a7e15a46c.tar.gz
ferdium-app-88a89ea3eb88f76ff9a2b9b856db855a7e15a46c.tar.zst
ferdium-app-88a89ea3eb88f76ff9a2b9b856db855a7e15a46c.zip
Remove user type from signup
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/en-US.json3
-rw-r--r--src/i18n/messages/src/components/auth/Signup.json13
2 files changed, 1 insertions, 15 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 22f8f2595..7947de937 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -320,7 +320,6 @@
320 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 320 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
321 "sidebar.settings": "Settings", 321 "sidebar.settings": "Settings",
322 "sidebar.unmuteApp": "Enable notifications & audio", 322 "sidebar.unmuteApp": "Enable notifications & audio",
323 "signup.company.label": "Company",
324 "signup.email.label": "Email address", 323 "signup.email.label": "Email address",
325 "signup.emailDuplicate": "A user with that email address already exists", 324 "signup.emailDuplicate": "A user with that email address already exists",
326 "signup.firstname.label": "First Name", 325 "signup.firstname.label": "First Name",
@@ -366,4 +365,4 @@
366 "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>", 365 "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>",
367 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 366 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
368 "workspaces.switchingIndicator.switchingTo": "Switching to" 367 "workspaces.switchingIndicator.switchingTo": "Switching to"
369} \ No newline at end of file 368}
diff --git a/src/i18n/messages/src/components/auth/Signup.json b/src/i18n/messages/src/components/auth/Signup.json
index a09745048..f97b936fc 100644
--- a/src/i18n/messages/src/components/auth/Signup.json
+++ b/src/i18n/messages/src/components/auth/Signup.json
@@ -52,19 +52,6 @@
52 } 52 }
53 }, 53 },
54 { 54 {
55 "id": "signup.company.label",
56 "defaultMessage": "!!!Company",
57 "file": "src/components/auth/Signup.js",
58 "start": {
59 "line": 34,
60 "column": 16
61 },
62 "end": {
63 "line": 37,
64 "column": 3
65 }
66 },
67 {
68 "id": "signup.password.label", 55 "id": "signup.password.label",
69 "defaultMessage": "!!!Password", 56 "defaultMessage": "!!!Password",
70 "file": "src/components/auth/Signup.js", 57 "file": "src/components/auth/Signup.js",