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 { ...@@ -49,10 +49,10 @@ export enum ActivityEventType {
} }
export enum ActivityEventTypeDisplay { export enum ActivityEventTypeDisplay {
'LISTING' = 'Listed', 'LISTING' = 'Listing',
'SALE' = 'Sold', 'SALE' = 'Sale',
'TRANSFER' = 'Transferred', 'TRANSFER' = 'Transfer',
'CANCEL_LISTING' = 'Cancelled', 'CANCEL_LISTING' = 'Cancel',
} }
export enum OrderStatus { 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