mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-20 12:13:26 +01:00
Changes ALTTeamType.individual localizedDescription to “Developer”
This commit is contained in:
@@ -17,7 +17,7 @@ extension ALTTeamType
|
|||||||
switch self
|
switch self
|
||||||
{
|
{
|
||||||
case .free: return NSLocalizedString("Free Developer Account", comment: "")
|
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 .organization: return NSLocalizedString("Organization", comment: "")
|
||||||
case .unknown: fallthrough
|
case .unknown: fallthrough
|
||||||
@unknown default: return NSLocalizedString("Unknown", comment: "")
|
@unknown default: return NSLocalizedString("Unknown", comment: "")
|
||||||
|
|||||||
Reference in New Issue
Block a user