fix: Missing info about license removal (#31086)

Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
pull/31072/head
Rodrigo Nascimento 2 years ago committed by GitHub
parent e7d744e1c2
commit 80a443bcde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      apps/meteor/ee/app/license/server/settings.ts
  2. 1
      apps/meteor/packages/rocketchat-i18n/i18n/en.i18n.json

@ -10,6 +10,7 @@ Meteor.startup(async () => {
await this.add('Enterprise_License', '', {
type: 'string',
i18nLabel: 'Premium_License',
alert: 'Premium_License_alert',
});
await this.add('Enterprise_License_Data', '', {
type: 'string',

@ -1923,6 +1923,7 @@
"Premium_Departments_description_upgrade": "Workspaces on Community can create just one department. Upgrade to a Premium plan to remove limits and supercharge your workspace.",
"Premium_Departments_description_free_trial": "Workspaces on Community can create one department. Start a free Premium trial to create multiple departments today!",
"Premium_License": "Premium License",
"Premium_License_alert": "If a license is removed the workspace must be restarted to take effect. <br/>If the workspace is connected to the cloud the license should be canceled there first otherwise cloud will provide the license to the workspace again during the restart.",
"Premium_only": "Premium only",
"Entertainment": "Entertainment",
"Error": "Error",

Loading…
Cancel
Save