diff --git a/webapp/channels/src/components/commercial_support_modal/__snapshots__/commercial_support_modal.test.tsx.snap b/webapp/channels/src/components/commercial_support_modal/__snapshots__/commercial_support_modal.test.tsx.snap index e50a9f88ef..62c963d8ae 100644 --- a/webapp/channels/src/components/commercial_support_modal/__snapshots__/commercial_support_modal.test.tsx.snap +++ b/webapp/channels/src/components/commercial_support_modal/__snapshots__/commercial_support_modal.test.tsx.snap @@ -51,20 +51,26 @@ exports[`components/CommercialSupportModal should match snapshot 1`] = `
- } mode="info" @@ -73,10 +79,12 @@ exports[`components/CommercialSupportModal should match snapshot 1`] = `
- + + +
- submit a support ticket. To help with troubleshooting, it\'s recommended to download the Support Packet below that includes more details about your Mattermost environment.'} values={{ - supportLink, + supportLink: (chunks: string) => ( + + {chunks} + + ), }} /> {showBannerWarning && {chunks}, + debugLink: (chunks: string) => {chunks}, + }} /> } onDismiss={this.hideBannerWarning} /> }
- + + +
{this.state.packetContents.map((item, index) => (
submit a support ticket. To help with troubleshooting, it's recommended to download the Support Packet below that includes more details about your Mattermost environment.", + "commercial_support_modal.download_contents": "Select your Support Packet contents to download", + "commercial_support_modal.warning.banner": "Before downloading the Support Packet, set Output Logs to File to true and set File Log Level to DEBUG here.", "commercial_support.download_support_packet": "Download Support Packet", "commercial_support.title": "Commercial Support", - "commercial_support.warning.banner": "Before downloading the Support Packet, set **Output Logs to File** to **true** and set **File Log Level** to **DEBUG** [here](!/admin_console/environment/logging).", "confirm_modal.cancel": "Cancel", "confirm_switch_to_yearly_modal.confirm": "Confirm", "confirm_switch_to_yearly_modal.contact_sales": "Contact Sales",