File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
WordPress/Classes/ViewRelated/Reader/Controllers Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ private extension ReaderSiteSearchViewController {
175175 }
176176
177177 func showLoadingView( ) {
178- configureAndDisplayStatus ( title: StatusText . loadingTitle , accessoryView: NoResultsViewController . loadingAccessoryView ( ) )
178+ configureAndDisplayStatus ( title: " " , accessoryView: NoResultsViewController . loadingAccessoryView ( ) )
179179 }
180180
181181 func showLoadingFailedView( ) {
@@ -208,11 +208,6 @@ private extension ReaderSiteSearchViewController {
208208 }
209209
210210 struct StatusText {
211- static let loadingTitle = NSLocalizedString (
212- " reader.blog.search.loading.title " ,
213- value: " Fetching blogs... " ,
214- comment: " A brief prompt when the user is searching for blogs in the Reader. "
215- )
216211 static let loadingFailedTitle = NSLocalizedString (
217212 " reader.blog.search.loading.error " ,
218213 value: " Problem loading blogs " ,
You can’t perform that action at this time.
0 commit comments