From 297ef45a3fdeaa807475b983f03ff7afa0991b81 Mon Sep 17 00:00:00 2001 From: Uncle Fatso Date: Mon, 13 Jul 2026 16:19:19 +0300 Subject: [PATCH] change texts in the stake and bond modals Signed-off-by: Uncle Fatso --- package.json | 2 +- src/containers/Bond/components/BondConfirmModal.jsx | 4 ++-- src/containers/Stake/components/StakeConfirmationModal.jsx | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1e30436..df0c1bd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ghost-dao-interface", "private": true, - "version": "0.7.52", + "version": "0.7.53", "type": "module", "scripts": { "dev": "vite", diff --git a/src/containers/Bond/components/BondConfirmModal.jsx b/src/containers/Bond/components/BondConfirmModal.jsx index 893dd73..a835d44 100644 --- a/src/containers/Bond/components/BondConfirmModal.jsx +++ b/src/containers/Bond/components/BondConfirmModal.jsx @@ -143,7 +143,7 @@ const BondConfirmModal = ({ - + { return ( {`Confirm ${props.action}`} } @@ -140,7 +140,7 @@ const StakeConfirmationModal = (props) => { @@ -162,7 +162,7 @@ const StakeConfirmationModal = (props) => {