diff --git a/src/controllers/organization.controller.js b/src/controllers/organization.controller.js index 0d9af7c0..b50e8981 100644 --- a/src/controllers/organization.controller.js +++ b/src/controllers/organization.controller.js @@ -31,7 +31,7 @@ export const homeOrgSyncStatus = async (req, res) => { home_org_synced: homeOrg?.synced ?? false, }, message: - 'After you detect that wallet is synced, your want to wait about 5 seconds and call this endpoint again to get the home org status. There is a delay between when the wallet is synced and when the proper status for home org is picked up.', + 'After you detect that wallet is synced, you will want to wait about 5 seconds and call this endpoint again to get the home org status. There is a delay between when the wallet is synced and when the proper status for home org is picked up.', success: true, }); } catch (error) {