From 3828b0a6cba121a55b5677ae8c800f669b0e8758 Mon Sep 17 00:00:00 2001
From: Jordan Ribbink <jribbink@telus.net>
Date: Tue, 17 Oct 2023 12:40:48 -0700
Subject: [PATCH] remove double period

---
 lib/constants.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/constants.ts b/lib/constants.ts
index fee45ad..ce72a29 100644
--- a/lib/constants.ts
+++ b/lib/constants.ts
@@ -25,7 +25,7 @@ export const FUND_ACCOUNT_ERROR = "Account funding has failed"
 export const MISSING_FUSD_VAULT_ERROR =
   "This account does not have an FUSD vault"
 export const INVALID_NETWORK_ADDRESS_ERROR = (network: Networks) =>
-  `This address is invalid for ${network}, please verify that it is correct.`
+  `This address is invalid for ${network}, please verify that it is correct`
 
 export const paths = {
   root: "/",