diff --git a/app/pages/liveRoom/index.client.vue b/app/pages/liveRoom/index.client.vue index 4a107b2..322ad64 100644 --- a/app/pages/liveRoom/index.client.vue +++ b/app/pages/liveRoom/index.client.vue @@ -183,7 +183,7 @@ const tipOpen = () => {
-
LOT{{ Number(auctionData.artwork.index+25000) }}
+
Lot{{ Number(auctionData.artwork.index+25000) }}
{{ auctionData.artwork.name }}
{{ t('live_room.start') }}
diff --git a/i18n/locales/en-US.json b/i18n/locales/en-US.json index 1f6f939..359a635 100644 --- a/i18n/locales/en-US.json +++ b/i18n/locales/en-US.json @@ -493,7 +493,7 @@ "detail": "Lot Details", "description": "Lot Description" }, - "lotDetail": "LOT Details", + "lotDetail": "Lot Details", "refresh": { "success": "Refresh successful", "noMore": "No more data"