mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Change "Full Native" working to just "Native"
This commit is contained in:
parent
36f20f03b0
commit
34e3531f7d
8 changed files with 9 additions and 9 deletions
|
|
@ -22,7 +22,7 @@ export function getStatusOfScan ( appScan, includeVersion = true ) {
|
|||
|
||||
if (statusName === 'native') {
|
||||
return [
|
||||
'✅ Yes, Full Native Apple Silicon Support',
|
||||
'✅ Yes, Native Apple Silicon Support',
|
||||
includeVersion ? `reported as of v${appScan['App Version']}` : ''
|
||||
].join('')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue