chore(App IDs): localize Unknown string

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

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
{