Change "Full Native" working to just "Native"

This commit is contained in:
Sam Carlton 2021-10-23 14:49:29 -05:00
parent 36f20f03b0
commit 34e3531f7d
8 changed files with 9 additions and 9 deletions

View file

@ -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('')
}