diff --git a/taker-frontend/src/components/CloseButton.tsx b/taker-frontend/src/components/CloseButton.tsx
index ca5eb90..d0ca422 100644
--- a/taker-frontend/src/components/CloseButton.tsx
+++ b/taker-frontend/src/components/CloseButton.tsx
@@ -13,6 +13,7 @@ import {
} from "@chakra-ui/react";
import * as React from "react";
import { Cfd, StateGroupKey, StateKey } from "../types";
+import Timestamp from "./Timestamp";
interface Props {
cfd: Cfd;
@@ -44,8 +45,10 @@ export default function CloseButton({ cfd, request, status, action }: Props) {
- This will {action} your position with the counterparty. The exchange rate at {cfd
- .expiry_timestamp}
+ This will {action.toLowerCase()} your position with the counterparty. The exchange rate at
+
+
+
will determine your profit/losses. It is likely that the rate will change until then.