mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Use global macs and processor verbiage
This commit is contained in:
parent
4aea7cbabd
commit
652379628f
11 changed files with 14 additions and 14 deletions
|
|
@ -154,7 +154,7 @@ export function makeTitle ( listing ) {
|
|||
}
|
||||
|
||||
export function makeDescription ( listing ) {
|
||||
return `Latest reported support status of ${ listing.name } on Apple Silicon and Apple M1 Pro and M1 Max Processors.`
|
||||
return `Latest reported support status of ${ listing.name } on Apple Silicon and ${ this.$config.processorsVerbiage } Processors.`
|
||||
}
|
||||
|
||||
function makeTag ( tag, tagName = 'meta' ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue