Skip to content

Commit a2e4e1e

Browse files
kaycebasquespaulirish
authored andcommitted
update webapp-install-banner.js helpText (#2622)
1 parent 5b41ebc commit a2e4e1e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lighthouse-core/audits/webapp-install-banner.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ class WebappInstallBanner extends MultiCheckAudit {
3939
name: 'webapp-install-banner',
4040
description: 'User can be prompted to Install the Web App',
4141
failureDescription: 'User will not be prompted to Install the Web App',
42-
helpText: 'While users can manually add your site to their homescreen, the [prompt (aka app install banner)](https://developers.google.com/web/fundamentals/engage-and-retain/app-install-banners/) will proactively prompt the user to install the app if the various requirements are met and the user has moderate engagement with your site.',
42+
helpText: 'Browsers can proactively prompt users to add your app to their homescreen, ' +
43+
'which can lead to higher engagement. ' +
44+
'[Learn more](https://developers.google.com/web/tools/lighthouse/audits/install-prompt).',
4345
requiredArtifacts: ['URL', 'ServiceWorker', 'Manifest', 'StartUrl']
4446
};
4547
}

0 commit comments

Comments
 (0)