Skip to content

Commit 96e16a3

Browse files
committed
Update typos
1 parent 0354f9a commit 96e16a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WooCommerce/Classes/Bookings/BookingList/BookingListContainerViewModel.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,14 +309,14 @@ enum BookingListTab: Int, CaseIterable {
309309
comment: "Description for the empty state when there's no bookings at all so far"
310310
)
311311
static let filterTitle = NSLocalizedString(
312-
"bookingListView.emptyState.fo;ter.title",
312+
"bookingListView.emptyState.filter.title",
313313
value: "No bookings found",
314-
comment: "Title for the empty state when there's no bookings given the filters"
314+
comment: "Title for the empty state when there's no bookings for the given filters"
315315
)
316316
static let filterDescription = NSLocalizedString(
317317
"bookingListView.emptyState.filter.description.i3",
318318
value: "Try adjusting or clearing your filters to see more results.",
319-
comment: "Description for the empty state when there's no bookings given the filters"
319+
comment: "Description for the empty state when there's no bookings for the given filters"
320320
)
321321
}
322322
}

0 commit comments

Comments
 (0)