From 6ab56ad6d1d59f6fac19f12162ce8451199c82fd Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Tue, 5 Nov 2019 14:25:59 -0800 Subject: [PATCH] =?UTF-8?q?Changes=20ALTTeamType.individual=20localizedDes?= =?UTF-8?q?cription=20to=20=E2=80=9CDeveloper=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AltStore/Model/Team.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltStore/Model/Team.swift b/AltStore/Model/Team.swift index cdb3ded3..e130fcf0 100644 --- a/AltStore/Model/Team.swift +++ b/AltStore/Model/Team.swift @@ -17,7 +17,7 @@ extension ALTTeamType switch self { case .free: return NSLocalizedString("Free Developer Account", comment: "") - case .individual: return NSLocalizedString("Individual", comment: "") + case .individual: return NSLocalizedString("Developer", comment: "") case .organization: return NSLocalizedString("Organization", comment: "") case .unknown: fallthrough @unknown default: return NSLocalizedString("Unknown", comment: "")