Fix incorrect “it’s” in spawn binaries message

This commit is contained in:
DetachHead 2022-10-30 09:33:36 +10:00 committed by GitHub
parent 1c3e18cf98
commit 272d7aa8d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1015,7 +1015,7 @@ extern UIImage* imageWithSize(UIImage* image, CGSize size);
[description appendAttributedString:[[NSAttributedString alloc] initWithString:@"\n\nCapabilities" attributes:headerAttributes]]; [description appendAttributedString:[[NSAttributedString alloc] initWithString:@"\n\nCapabilities" attributes:headerAttributes]];
if(containsRootBinary && canSpawnBinaries && hasPersonaMngmt) if(containsRootBinary && canSpawnBinaries && hasPersonaMngmt)
{ {
[description appendAttributedString:[[NSAttributedString alloc] initWithString:@"\nThe app can spawn it's own embedded binaries with root privileges." attributes:bodyDangerAttributes]]; [description appendAttributedString:[[NSAttributedString alloc] initWithString:@"\nThe app can spawn its own embedded binaries with root privileges." attributes:bodyDangerAttributes]];
} }
else if(canSpawnBinaries && hasPersonaMngmt) else if(canSpawnBinaries && hasPersonaMngmt)
{ {