Skip to content

Commit 133324c

Browse files
committed
Remove loading state title
1 parent bbe2d13 commit 133324c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

WordPress/Classes/ViewRelated/Reader/Controllers/ReaderSiteSearchViewController.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)