Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Remove Cloud billing flag from System Console (#6711)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianunez committed Oct 9, 2020
1 parent 9cbf7a9 commit 6c35b79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
10 changes: 0 additions & 10 deletions components/admin_console/admin_definition.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5280,16 +5280,6 @@ const AdminDefinition = {
// placeholder: t('admin.experimental.replyToAddress.example'),
// placeholder_default: 'E.g.: "reply-to@example.com"',
// },
{
type: Constants.SettingsTypes.TYPE_BOOL,
key: 'ExperimentalSettings.CloudBilling',
label: t('admin.experimental.cloudBilling.title'),
label_default: 'Cloud Billing:',
help_text: t('admin.experimental.cloudBilling.desc'),
help_text_default: 'Show the new billing view for Cloud',
help_text_markdown: false,
isHidden: it.not(it.licensedForFeature('Cloud')),
},
],
},
},
Expand Down
2 changes: 0 additions & 2 deletions i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -653,8 +653,6 @@
"admin.experimental.clientSideCertEnable.title": "Enable Client-Side Certification:",
"admin.experimental.closeUnusedDirectMessages.desc": "When true, direct message conversations with no activity for 7 days will be hidden from the sidebar. When false, conversations remain in the sidebar until they are manually closed.",
"admin.experimental.closeUnusedDirectMessages.title": "Autoclose Direct Messages in Sidebar:",
"admin.experimental.cloudBilling.desc": "Show the new billing view for Cloud",
"admin.experimental.cloudBilling.title": "Cloud Billing:",
"admin.experimental.defaultTheme.desc": "Set a default theme that applies to all new users on the system.",
"admin.experimental.defaultTheme.title": "Default Theme:",
"admin.experimental.emailBatchingBufferSize.desc": "Specify the maximum number of notifications batched into a single email.",
Expand Down

0 comments on commit 6c35b79

Please sign in to comment.