From cf46bd0a46139fbd832ca63a787b87b0715721ee Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Mon, 30 Mar 2020 13:40:14 -0700 Subject: [PATCH] Removes ellipsis from AppIDsViewController cell --- AltStore/App IDs/AppIDsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltStore/App IDs/AppIDsViewController.swift b/AltStore/App IDs/AppIDsViewController.swift index 75d6fe16..71dcd184 100644 --- a/AltStore/App IDs/AppIDsViewController.swift +++ b/AltStore/App IDs/AppIDsViewController.swift @@ -80,7 +80,7 @@ private extension AppIDsViewController cell.bannerView.button.isIndicatingActivity = false cell.bannerView.betaBadgeView.isHidden = true - cell.bannerView.buttonLabel.text = NSLocalizedString("Expires in…", comment: "") + cell.bannerView.buttonLabel.text = NSLocalizedString("Expires in", comment: "") if let expirationDate = appID.expirationDate {