Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x | export const EVENT_ENDED_MESSAGE = "The event has ended"; export const SWEEPSTAKES_ENDED_MESSAGE = "The sweepstakes has ended"; export const EDIT_WARN_MESSAGE = "After a payment form ends you cannot edit it anymore"; export const RESEND_INVOICE_TITLE = "Resend Invoice"; export const RESEND_INVOICE_CONFIRMATION_LABEL = "Yes, Resend"; export const RESEND_INVOICE_DESCRIPTION_PREFIX = "Are you sure you want to resend this invoice to"; export const DUPLICATE_INVOICE_TITLE = "Duplicate Invoice"; export const DUPLICATE_INVOICE_DESCRIPTION = "By duplicating this invoice, you will create an editable copy that can be customized and sent to any customer of your choice."; export const DUPLICATE_INVOICE_CONFIRMATION_LABEL = "Yes, Duplicate"; export const CANCEL_INVOICE_TITLE = "Mark Invoice as Canceled"; export const CANCEL_INVOICE_DESCRIPTION = "Are you sure you want to cancel this invoice? This action cannot be undone."; export const CANCEL_INVOICE_CONFIRMATION_LABEL = "Yes, Cancel Invoice"; |