File tree Expand file tree Collapse file tree
plugin/src/main/java/io/snyk/eclipse/plugin/views/snyktoolview Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ private void initBrowserText() {
120120
121121 browser .setText ("<!DOCTYPE html> <html lang=\" en\" > <head> <meta charset=\" UTF-8\" > "
122122 + "<meta name=\" viewport\" content=\" width=device-width, initial-scale=1.0\" > "
123- + "<title>Snyk for JetBrains </title> <style> .container { display: flex; align-items: center; } .logo { margin-right: 20px; } "
123+ + "<title>Snyk for Eclipse </title> <style> .container { display: flex; align-items: center; } .logo { margin-right: 20px; } "
124124 + "</style> </head> <body> <div class=\" container\" > " + "<img src='data:image/png;base64,"
125- + base64Image + "' alt='Snyk Logo'>" + "<div> <p><strong>Welcome to Snyk for JetBrains </strong></p>"
125+ + base64Image + "' alt='Snyk Logo'>" + "<div> <p><strong>Welcome to Snyk for Eclipse </strong></p>"
126126 + " <p>\n " + snykWarningText + "</body>\n " + "</html>" );
127127 }
128128
You can’t perform that action at this time.
0 commit comments