Skip to content

Commit

Permalink
Remove Cloud billing flag from System Console (mattermost#7096)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6c35b79)

Co-authored-by: Maria A Nunez <maria.nunez@mattermost.com>
  • Loading branch information
mattermost-build and marianunez committed Nov 18, 2020
1 parent 60a6e12 commit 59cebce
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 @@ -5336,16 +5336,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 @@ -703,8 +703,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 59cebce

Please sign in to comment.