Skip to content

Commit d28cb44

Browse files
author
kirbIndustries
authored
Update index.js
1 parent 9e6494a commit d28cb44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11841,7 +11841,7 @@ async function createFullscreenEmbed(url, options = {}) {
1184111841
console.warn(`Attempted to open an unknown app or non-allowlisted URL: ${url}`);
1184211842
showDialog({
1184311843
type: 'alert',
11844-
title: `${appData.name}`,
11844+
title: `${url}`,
1184511845
message: currentLanguage.GURAPP_NOT_INSTALLED
1184611846
});
1184711847
return;

0 commit comments

Comments
 (0)