mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
chore(App IDs): localize Unknown string
This commit is contained in:
committed by
nythepegasus
parent
7e92e17429
commit
c3c31995ce
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user