Skip to content

Commit de658b4

Browse files
committed
Update text
1 parent 05ff5e8 commit de658b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WooCommerce/Classes/ViewModels/Booking Details/BookingAttendanceStatus+Localization.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extension BookingAttendanceStatus {
1313
case .checkedIn:
1414
return NSLocalizedString(
1515
"BookingAttendanceStatus.checkedIn",
16-
value: "Checked In",
16+
value: "Checked-in",
1717
comment: "Title for 'Checked In' booking attendance status."
1818
)
1919
case .cancelled:
@@ -25,7 +25,7 @@ extension BookingAttendanceStatus {
2525
case .noShow:
2626
return NSLocalizedString(
2727
"BookingAttendanceStatus.noShow",
28-
value: "No Show",
28+
value: "No-show",
2929
comment: "Title for 'No Show' booking attendance status."
3030
)
3131
case .unknown:

0 commit comments

Comments
 (0)