Commit 42edf975 authored by lynn's avatar lynn Committed by GitHub

fix: copywriting change (#5045)

copywriting change
parent 53988264
......@@ -49,10 +49,10 @@ export enum ActivityEventType {
}
export enum ActivityEventTypeDisplay {
'LISTING' = 'Listed',
'SALE' = 'Sold',
'TRANSFER' = 'Transferred',
'CANCEL_LISTING' = 'Cancelled',
'LISTING' = 'Listing',
'SALE' = 'Sale',
'TRANSFER' = 'Transfer',
'CANCEL_LISTING' = 'Cancel',
}
export enum OrderStatus {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment