diff --git a/frontend/src/app/core/pages/contracts-create/index.tsx b/frontend/src/app/core/pages/contracts-create/index.tsx index fbf5fc4c..7098ae44 100644 --- a/frontend/src/app/core/pages/contracts-create/index.tsx +++ b/frontend/src/app/core/pages/contracts-create/index.tsx @@ -95,7 +95,7 @@ export const ContractsCreate: React.FC = () => { if (!codContractId) throw new Error('Invalid Contract ID') const contract = { - name: 'Yield-bearing asset', + name: 'Yield-bearing Asset', asset_id: asset.id.toString(), vault_id: vault.id.toString(), address: codClient.getContractId() || '', diff --git a/frontend/src/components/molecules/contracts-breadcrumb/index.tsx b/frontend/src/components/molecules/contracts-breadcrumb/index.tsx index 7d0163de..6df99447 100644 --- a/frontend/src/components/molecules/contracts-breadcrumb/index.tsx +++ b/frontend/src/components/molecules/contracts-breadcrumb/index.tsx @@ -39,7 +39,7 @@ export const ContractsBreadcrumb: React.FC = ({ fill="gray.650" _dark={{ fill: 'white' }} > - Yield-bearing asset + Yield-bearing Asset diff --git a/frontend/src/components/organisms/sidebar/index.tsx b/frontend/src/components/organisms/sidebar/index.tsx index d01ac7da..0b85d3da 100644 --- a/frontend/src/components/organisms/sidebar/index.tsx +++ b/frontend/src/components/organisms/sidebar/index.tsx @@ -43,7 +43,7 @@ const linkItems: ILinkItemProps[] = [ path: PathRoute.TOKEN_MANAGEMENT, }, { - name: 'Yield-bearing asset', + name: 'Yield-bearing Asset', icon: , path: PathRoute.SOROBAN_SMART_CONTRACTS, }, diff --git a/frontend/src/components/templates/contracts-create/index.tsx b/frontend/src/components/templates/contracts-create/index.tsx index da02c1b0..a653e10a 100644 --- a/frontend/src/components/templates/contracts-create/index.tsx +++ b/frontend/src/components/templates/contracts-create/index.tsx @@ -128,7 +128,7 @@ export const ContractsCreateTemplate: React.FC = ({ justifyContent="center" > - + {errorSubmit && ( @@ -148,7 +148,7 @@ export const ContractsCreateTemplate: React.FC = ({ _dark={{ fill: 'white', stroke: 'white', borderColor: 'black.800' }} > - New Yield-bearing asset + New Yield-bearing Asset {loading ? ( @@ -343,7 +343,7 @@ export const ContractsCreateTemplate: React.FC = ({ mt="1.5rem" isLoading={creatingContract} > - Create Yield-bearing asset + Create Yield-bearing Asset diff --git a/frontend/src/components/templates/contracts-detail/components/contract-info/index.tsx b/frontend/src/components/templates/contracts-detail/components/contract-info/index.tsx index ece1a830..3e3f88ee 100644 --- a/frontend/src/components/templates/contracts-detail/components/contract-info/index.tsx +++ b/frontend/src/components/templates/contracts-detail/components/contract-info/index.tsx @@ -29,7 +29,7 @@ export const ContractInfo: React.FC = ({ contract }) => { boxShadow="lower" _dark={{ bg: 'black.800' }} > - Yield-bearing asset + Yield-bearing Asset = ({ - Yield-bearing asset + Yield-bearing Asset {havePermission(Permissions.CREATE_CERTIFICATES, userPermissions) && ( )} diff --git a/frontend/src/components/templates/login/components/overview/index.tsx b/frontend/src/components/templates/login/components/overview/index.tsx index f8040a36..e9ffc66e 100644 --- a/frontend/src/components/templates/login/components/overview/index.tsx +++ b/frontend/src/components/templates/login/components/overview/index.tsx @@ -140,7 +140,7 @@ export const Overview: React.FC = ({ - Create Yield-bearing asset + Create Yield-bearing Asset In the Sandbox you can define permissions for each type of role