diff --git a/docker-compose.yml b/docker-compose.yml index 9106d067..d07fa41d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: build: ./frontend container_name: npm-dev restart: always - command: npm run dev + command: npm run build volumes: - ./frontend:/usr/src/frontend diff --git a/frontend/src/components/BookPage.js b/frontend/src/components/BookPage.js index e6ac7f84..27410bcd 100644 --- a/frontend/src/components/BookPage.js +++ b/frontend/src/components/BookPage.js @@ -144,7 +144,7 @@ class BookPage extends Component { }}, { field: 'payment_method', headerName: t("Payment Method"), width: 180 , renderCell: (params) => {return ( -
{t("It is a BTC/FIAT peer-to-peer exchange over lightning.")}
{t("It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.")}
{t("RoboSats is an open source project")} {t("RoboSats is an open source project ")} {t("(GitHub).")}
{t("Thank you for using Robosats!")}
-