chore(App IDs): localize Unknown string

This commit is contained in:
junepark678
2023-11-25 11:58:39 +09:00
committed by nythepegasus
parent 7e92e17429
commit c3c31995ce

View File

@@ -102,7 +102,7 @@ private extension AppIDsViewController
formatter.includesTimeRemainingPhrase = true
attributedAccessibilityLabel.mutableString.append((formatter.string(from: expirationDate, to: Date()) ?? "Unknown amount of time") + " ")
attributedAccessibilityLabel.mutableString.append((formatter.string(from: expirationDate, to: Date()) ?? NSLocalizedString("Unknown", comment: "")) + " ")
}
else
{