File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
kotlin/com/woocommerce/android/ui/bookings Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ class BookingMapper @Inject constructor(
148148 val date = detailsDateFormatter.format(booking.start)
149149 val time = timeRangeFormatter.format(booking.start)
150150 return UiString .UiStringRes (
151- R .string.booking_cancel_dialog_message ,
151+ R .string.booking_cancel_dialog_message_v2 ,
152152 listOf (
153153 customerName,
154154 UiString .UiStringText (serviceName),
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ class BookingDetailsViewModel @Inject constructor(
8787 if (showCancelBooking && booking != null ) {
8888 val message = bookingMapper.buildCancelDialogMessage(booking)
8989 DialogState (
90- title = UiString .UiStringRes (R .string.booking_cancel_dialog_title ),
90+ title = UiString .UiStringRes (R .string.booking_cancel_dialog_title_v2 ),
9191 message = message,
9292 positiveButton = DialogState .DialogButton (
9393 text = UiString .UiStringRes (R .string.booking_cancel_dialog_confirm),
Original file line number Diff line number Diff line change 42864286 <string name =" booking_note_header" >BOOKING NOTE</string >
42874287 <string name =" booking_note_label_add_note" >Add note</string >
42884288 <string name =" booking_note_description_private" >This is a private note. It’ll not be shared with the customer.</string >
4289- <string name =" booking_cancel_dialog_title " >Cancel booking</string >
4289+ <string name =" booking_cancel_dialog_title_v2 " >Cancel booking? </string >
42904290 <string name =" booking_cancel_dialog_message" >%1$s will no longer be able to attend “%2$s” on %3$s at %4$s.</string >
4291+ <string name =" booking_cancel_dialog_message_v2" >%1$s can no longer attend “%2$s” on %3$s at %4$s.</string >
42914292 <string name =" booking_cancel_dialog_keep" >No, keep it</string >
42924293 <string name =" booking_cancel_dialog_confirm" >Yes, cancel it</string >
42934294 <string name =" booking_note_screen_title" >Booking note</string >
You can’t perform that action at this time.
0 commit comments