aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings/account/AccountDashboard.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-03-07 16:14:55 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-03-07 16:14:55 +0100
commit018e61934a65813606f34dd7bf816c1205e631e0 (patch)
treee495613ed18e66b70ca422f7128a84aac22d3e07 /src/components/settings/account/AccountDashboard.js
parentMerge remote-tracking branch 'origin/fix/service-zoom' into develop (diff)
parentFix unused i18n strings (diff)
downloadferdium-app-018e61934a65813606f34dd7bf816c1205e631e0.tar.gz
ferdium-app-018e61934a65813606f34dd7bf816c1205e631e0.tar.zst
ferdium-app-018e61934a65813606f34dd7bf816c1205e631e0.zip
Merge branch 'chore/react-intl-manager' into develop
Diffstat (limited to 'src/components/settings/account/AccountDashboard.js')
-rw-r--r--src/components/settings/account/AccountDashboard.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/settings/account/AccountDashboard.js b/src/components/settings/account/AccountDashboard.js
index f2d3ca8c0..181b95c8c 100644
--- a/src/components/settings/account/AccountDashboard.js
+++ b/src/components/settings/account/AccountDashboard.js
@@ -44,10 +44,6 @@ const messages = defineMessages({
44 id: 'settings.account.accountType.premium', 44 id: 'settings.account.accountType.premium',
45 defaultMessage: '!!!Premium Supporter Account', 45 defaultMessage: '!!!Premium Supporter Account',
46 }, 46 },
47 accountTypeEnterprise: {
48 id: 'settings.account.accountType.enterprise',
49 defaultMessage: '!!!Enterprise Account',
50 },
51 accountEditButton: { 47 accountEditButton: {
52 id: 'settings.account.account.editButton', 48 id: 'settings.account.account.editButton',
53 defaultMessage: '!!!Edit Account', 49 defaultMessage: '!!!Edit Account',