fix: Improve popup error message

pull/127/head
Raphaël Vinot 2020-11-18 15:03:27 +01:00
parent 22d06ab93c
commit e1469ee494
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
let openTreeInNewTab = (capture_uuid, hostnode_uuid=Null) => {
let success = window.opener.openTreeInNewTab(capture_uuid, hostnode_uuid);
if (! success) {
alert("The browser didn't allow Lookyloo to open a new tab. There should be an icon on the right of your URL bar *in the main window* to allow it.");
alert("Your browser doesn't allow Lookyloo to open a new tab. There should be an icon on the right side of your URL bar *in the main window* to allow it.");
}
}
</script>