[MM-59823] Migrate BrowserView
to WebContentsView
(#3177)
* Migrate to WebContentsView from BrowserView * A bit of cleanup, stop holding reference to the loading screen * Fix tests * Fix i18n --------- Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
@@ -94,7 +94,7 @@ export default function ErrorView(props: Props) {
|
||||
</li>
|
||||
<li>
|
||||
<FormattedMessage
|
||||
id='renderer.components.errorView.troubleshooting.browserView.canReachFromBrowserWindow'
|
||||
id='renderer.components.errorView.troubleshooting.webContentsView.canReachFromBrowserWindow'
|
||||
defaultMessage='You can reach <link>{url}</link> from a browser window.'
|
||||
values={{
|
||||
url: props.url,
|
||||
|
Reference in New Issue
Block a user