Skip to content

Commit

Permalink
audit title brevity
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Apr 25, 2018
1 parent 35b821f commit 27d89a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lighthouse-core/audits/manifest-short-name-length.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ class ManifestShortNameLength extends MultiCheckAudit {
static get meta() {
return {
name: 'manifest-short-name-length',
description: 'Manifest\'s `short_name` won\'t be truncated when displayed on homescreen',
failureDescription: 'Manifest\'s `short_name` will be truncated when displayed ' +
'on homescreen',
description: 'The `short_name` won\'t be truncated on the homescreen',
failureDescription: 'The `short_name` will be truncated on the homescreen',
helpText: 'Make your app\'s `short_name` fewer than 12 characters to ' +
'ensure that it\'s not truncated on homescreens. [Learn ' +
'more](https://developers.google.com/web/tools/lighthouse/audits/manifest-short_name-is-not-truncated).',
Expand Down

0 comments on commit 27d89a3

Please sign in to comment.