Update M1 Verbiage

This commit is contained in:
Sam Carlton 2021-10-18 13:05:16 -05:00
parent b0a3007a4d
commit 9d5ce6b07f
10 changed files with 16 additions and 16 deletions

View file

@ -144,7 +144,7 @@ export default {
return `List of ${this.pluralLabel || this.category.label} that work on Apple Silicon?`
},
description () {
return `Check the the latest reported support status of ${this.pluralLabel || this.category.label} on Apple Silicon and Apple M1 Processors. `
return `Check the the latest reported support status of ${this.pluralLabel || this.category.label} on Apple Silicon and Apple M1 Pro and M1 Max Processors. `
},
structuredData () {
return {
@ -156,7 +156,7 @@ export default {
return {
// https://schema.org/Question
"@type": "Question",
"name": `Does ${app.name} work on Apple Silicon and Apple M1 Macs?`,
"name": `Does ${app.name} work on Apple Silicon and Apple M1 Pro and M1 Max Macs?`,
"acceptedAnswer": {
// https://schema.org/Answer
"@type": "Answer",