diff --git a/packages/i18n/locales/en/translation.json b/packages/i18n/locales/en/translation.json index d0e79cc67..61c14dd15 100644 --- a/packages/i18n/locales/en/translation.json +++ b/packages/i18n/locales/en/translation.json @@ -1532,7 +1532,7 @@ "canceled": "Canceled", "casting": "Casting", "chain": "Chain", - "chainGovernance": "Chain Governance", + "chainGovernance": "Chain governance", "chainModule": { "gov": "Governance Module" }, diff --git a/packages/utils/constants/other.ts b/packages/utils/constants/other.ts index 8413acd07..84f639bfd 100644 --- a/packages/utils/constants/other.ts +++ b/packages/utils/constants/other.ts @@ -15,7 +15,7 @@ export const NOTIFICATIONS_PAGE_DESCRIPTION = 'View notifications in your followed DAOs.' export const STATUS_PAGE_TITLE = 'Status' export const STATUS_PAGE_DESCRIPTION = "Check the status of DAO DAO's services." -export const CHAIN_GOVERNANCE_TITLE = 'Chain Governance' +export const CHAIN_GOVERNANCE_TITLE = 'Chain governance' export const CHAIN_GOVERNANCE_DESCRIPTION = 'View and vote on proposals in chain governance.'