mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-16 10:13:27 +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
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user