We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ff5e8 commit de658b4Copy full SHA for de658b4
WooCommerce/Classes/ViewModels/Booking Details/BookingAttendanceStatus+Localization.swift
@@ -13,7 +13,7 @@ extension BookingAttendanceStatus {
13
case .checkedIn:
14
return NSLocalizedString(
15
"BookingAttendanceStatus.checkedIn",
16
- value: "Checked In",
+ value: "Checked-in",
17
comment: "Title for 'Checked In' booking attendance status."
18
)
19
case .cancelled:
@@ -25,7 +25,7 @@ extension BookingAttendanceStatus {
25
case .noShow:
26
27
"BookingAttendanceStatus.noShow",
28
- value: "No Show",
+ value: "No-show",
29
comment: "Title for 'No Show' booking attendance status."
30
31
case .unknown:
0 commit comments