@@ -127,13 +130,13 @@ const TeamEditionRightPanel: React.FC = ({
>
diff --git a/webapp/channels/src/i18n/en.json b/webapp/channels/src/i18n/en.json
index 6ac4e39a6c9..d31c5951254 100644
--- a/webapp/channels/src/i18n/en.json
+++ b/webapp/channels/src/i18n/en.json
@@ -1361,11 +1361,8 @@
"admin.license.confirm-license-removal.subtitle": "Removing the license will downgrade your server from {currentSKU} to Free. You may lose information. ",
"admin.license.confirm-license-removal.title": "Are you sure?",
"admin.license.enterprise.license_required_upgrade": "A license is required to unlock enterprise features",
- "admin.license.enterprise.restart": "Restart Server",
"admin.license.enterprise.restarting": "Restarting",
"admin.license.enterprise.upgrade": "Upgrade to Enterprise Edition",
- "admin.license.enterprise.upgrade.acceptTermsFinal": ". Upgrading will download the binary and update your team edition.",
- "admin.license.enterprise.upgrade.acceptTermsInitial": "By clicking **Upgrade**, I agree to the terms of the Mattermost ",
"admin.license.enterprise.upgrade.eeLicenseLink": "Enterprise Edition License",
"admin.license.enterprise.upgrading": "Upgrading {percentage}%",
"admin.license.enterpriseEdition": "Enterprise Edition",
@@ -1409,7 +1406,6 @@
"admin.license.upgrade-and-trial-request.accept-terms-final-part": "Also, I agree to the terms of the Mattermost {eeModalTerms}. Upgrading will download the binary and update your Team Edition instance.",
"admin.license.upgrade-and-trial-request.accept-terms-initial-part": "By selecting Upgrade Server And Start trial, I agree to the Mattermost Software Evaluation Agreement, Privacy Policy, and receiving product emails. ",
"admin.license.upgrade-and-trial-request.title": "Upgrade to Enterprise Edition and Experience Mattermost Enterprise Edition for free for the next 30 days. No obligation to buy or credit card required. ",
- "admin.license.upgraded-restart": "You have upgraded your binary to mattermost enterprise, please restart the server to start using the new binary. You can do it right here:",
"admin.license.upgradeTitle": "Upgrade to the Professional Plan",
"admin.license.upgradeToEnterprise": "Upgrade to the Enterprise plan",
"admin.license.upgradeToEnterpriseGov": "Upgrade to the Enterprise Gov Plan",
@@ -1419,6 +1415,12 @@
"admin.license.upload-modal.successfulUpgradeText": "You have upgraded to the {skuName} plan for {licensedUsersNum, number} seats. This is effective from {startsAt} until {expiresAt}. ",
"admin.license.upload-modal.title": "Upload a License Key",
"admin.license.uploadFile": "Upload File",
+ "admin.licenseSettings.teamEdition.teamEditionRightPanel.acceptTermsFinal": ". Upgrading will download the binary and update your team edition.",
+ "admin.licenseSettings.teamEdition.teamEditionRightPanel.acceptTermsInitial": "By clicking Upgrade, I agree to the terms of the Mattermost ",
+ "admin.licenseSettings.teamEdition.teamEditionRightPanel.eeLicenseLink": "Enterprise Edition License",
+ "admin.licenseSettings.teamEdition.teamEditionRightPanel.restart": "Restart Server",
+ "admin.licenseSettings.teamEdition.teamEditionRightPanel.restarting": "Restarting",
+ "admin.licenseSettings.teamEdition.teamEditionRightPanel.upgradedRestart": "You have upgraded your binary to mattermost enterprise, please restart the server to start using the new binary. You can do it right here:",
"admin.lockTeammateNameDisplay": "Lock Teammate Name Display for all users: ",
"admin.lockTeammateNameDisplayHelpText": "When true, disables users' ability to change settings under Settings > Display > Teammate Name Display.",
"admin.log.AdvancedLoggingJSONDescription": "The JSON configuration for Advanced Logging. Please see documentation to learn more about Advanced Logging and the JSON format it uses.",