diff --git a/backend/config/locales/en.json b/backend/config/locales/en.json index c4ea64a9..8c5a7097 100644 --- a/backend/config/locales/en.json +++ b/backend/config/locales/en.json @@ -143,6 +143,10 @@ "download": "Download", "timestamp": "Timestamp", "price-per-symbol": "Price per {symbol}", + "optional-info-share": "Optional information to share", + "pnl-amount": "PnL Amount", + "entry-price": "Entry Price", + "mark-price": "Mark Price", "supply-limit-error": "The current deposit limit is {amount}", "lease-min-amount": "The position past this close should worth at least {amount} {symbol}", "partial-close-action": "Close {amount} {ticker} from position {contract}", diff --git a/src/assets/icons/share-image-1.svg b/src/assets/icons/share-image-1.svg index 7a9affbf..30ef137b 100644 --- a/src/assets/icons/share-image-1.svg +++ b/src/assets/icons/share-image-1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/modules/leases/components/single-lease/SharePnLDialog.vue b/src/modules/leases/components/single-lease/SharePnLDialog.vue index 53fea16e..08ce5eaa 100644 --- a/src/modules/leases/components/single-lease/SharePnLDialog.vue +++ b/src/modules/leases/components/single-lease/SharePnLDialog.vue @@ -31,6 +31,29 @@ ref="canvas" > +
+ {{ $t("message.optional-info-share") }} +
+ + + +
+

@@ -57,8 +80,8 @@