diff --git a/apps/frontend/src/components/marketplace/seller.tsx b/apps/frontend/src/components/marketplace/seller.tsx
index df6b761d..14592cbb 100644
--- a/apps/frontend/src/components/marketplace/seller.tsx
+++ b/apps/frontend/src/components/marketplace/seller.tsx
@@ -21,11 +21,8 @@ export const AddAccount: FC<{ openBankAccount: (country: string) => void }> = (
const [country, setCountry] = useState('');
return (
- Please select your country where your business is registered.
+ Please select your country where your business is.
-
- THIS IS IRREVERSIBLE.
-