diff --git a/Mac/MainWindow/AddRedditFeedWindowController.swift b/Mac/MainWindow/AddRedditFeedWindowController.swift index 0e0b36a52..804557208 100644 --- a/Mac/MainWindow/AddRedditFeedWindowController.swift +++ b/Mac/MainWindow/AddRedditFeedWindowController.swift @@ -153,7 +153,7 @@ private extension AddRedditFeedWindowController { accountLabel.isHidden = false accountPopupButton.isHidden = false - typeDescriptionLabel.stringValue = NSLocalizedString("Best posts on Reddit for you", comment: "Popular") + typeDescriptionLabel.stringValue = NSLocalizedString("The best posts on Reddit for you", comment: "Popular") subredditTextField.isHidden = true addButton.isEnabled = true