You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WordPress/Classes/Extensions/NoResultsViewController+FollowedSites.swift
+30-8Lines changed: 30 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,21 @@ import Foundation
2
2
3
3
extensionNoResultsViewController{
4
4
privatestructConstants{
5
-
staticletnoFollowedSitesTitle=NSLocalizedString("No followed sites", comment:"Title for the no followed sites result screen")
6
-
staticletnoFollowedSitesSubtitle=NSLocalizedString("When you follow sites, you’ll see their content here.", comment:"Subtitle for the no followed sites result screen")
7
-
staticletnoFollowedSitesButtonTitle=NSLocalizedString("Discover Sites", comment:"Title for button on the no followed sites result screen")
NSString *description = NSLocalizedString(@"You are already following this site.", @"Error message informing the user that they are already following a site in their reader.");
blogNameButton.accessibilityHint =NSLocalizedString("Shows the site's posts.", comment:"Accessibility hint for the site name and URL button on Reader's Post Details.")
0 commit comments