From 2ffe0cc1a53b1475b54e75408e84ce40fea08de8 Mon Sep 17 00:00:00 2001 From: opa334 Date: Sun, 30 Oct 2022 20:39:07 +0100 Subject: [PATCH] 1.3.2 --- TrollStore/TSAppInfo.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrollStore/TSAppInfo.m b/TrollStore/TSAppInfo.m index 5d809ac..8872a8c 100644 --- a/TrollStore/TSAppInfo.m +++ b/TrollStore/TSAppInfo.m @@ -1092,7 +1092,7 @@ extern UIImage* imageWithSize(UIImage* image, CGSize size); if(allowedTccServices.count) { [description appendAttributedString:[[NSAttributedString alloc] initWithString:@"\n\nPrivacy" attributes:headerAttributes]]; - [description appendAttributedString:[[NSAttributedString alloc] initWithString:@"\nThe app can access the following services without asking for permission.\n" attributes:bodyDangerAttributes]]; + [description appendAttributedString:[[NSAttributedString alloc] initWithString:@"\nThe app can access the following services without asking for permission:\n" attributes:bodyDangerAttributes]]; [description appendAttributedString:[[NSAttributedString alloc] initWithString:[NSListFormatter localizedStringByJoiningStrings:[allowedTccServices allObjects]] attributes:bodyAttributes]]; }