fix(MDC): use free app limit for messages instead of hardcoding 3

it might be better to specify "with MDC"
This commit is contained in:
naturecodevoid
2023-06-14 18:51:34 -07:00
parent 91d3a528a0
commit c3f5d9f218
3 changed files with 9 additions and 9 deletions

View File

@@ -216,7 +216,7 @@ class SideloadingManager {
if UserDefaults.standard.activeAppLimitIncludesExtensions
{
firstSentence = NSLocalizedString("Non-developer Apple IDs are limited to 3 active apps and app extensions.", comment: "")
firstSentence = NSLocalizedString("Non-developer Apple IDs are limited to \(InstalledApp.freeAccountActiveAppsLimit) active apps and app extensions.", comment: "")
}
else
{