Skip to content

Commit 44f51be

Browse files
committed
refactor: remove type
1 parent e5177d4 commit 44f51be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/ViewRelated/Blog/Blog Dashboard/Cards/Posts/PostsCardViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ private extension PostsCardViewModel {
159159

160160
enum Strings {
161161
static let noPostsMessage = NSLocalizedString("You don't have any posts", comment: "Displayed when the user views the dashboard posts card but they have no posts")
162-
static let loadingFailure: String = NSLocalizedString("Unable to load posts right now.", comment: "Message for when posts fail to load on the dashboard")
162+
static let loadingFailure = NSLocalizedString("Unable to load posts right now.", comment: "Message for when posts fail to load on the dashboard")
163163
}
164164
}
165165

0 commit comments

Comments
 (0)