(count)
| 480 | } |
| 481 | |
| 482 | function getUpdateMessage(count) { |
| 483 | return count === 1 |
| 484 | ? strings["plugin updates singular"] |
| 485 | : strings["plugin updates plural"].replace(/\{count\}/, count); |
| 486 | } |
| 487 | |
| 488 | async function promptUpdateCheckConsent() { |
| 489 | try { |