Skip to content

Commit e23e0c6

Browse files
authored
fix: update translation keys (fedibtc#601)
1 parent f8f5e6f commit e23e0c6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

apps/router/src/home/NoConnectedServices.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ export const NoConnectedServices: React.FC = () => {
1818
<Text fontSize='xl' fontWeight='bold' textAlign='center'>
1919
{t('router.title', 'No services connected yet.')}
2020
</Text>
21-
<Text>{t('router.services-title')}</Text>
21+
<Text>{t('router.services-description')}</Text>
2222
<UnorderedList spacing={4} paddingLeft={6}>
2323
<ListItem>
2424
<Text fontWeight='bold'>{t('router.guardians')}</Text>
25-
<Text>{t('router.services-description')}</Text>
25+
<Text>{t('router.guardians-description')}</Text>
2626
</ListItem>
2727
<ListItem>
2828
<Text fontWeight='bold'>{t('router.gateways')}</Text>

apps/router/src/languages/en.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@
3737
},
3838
"router": {
3939
"title": "No services connected yet.",
40-
"services-title": "A Fedimint federation consists of two types of services:",
41-
"services-description": "Responsible for running the Fedimint protocol, custodying funds, and managing the minting and redemption of eCash notes. They use distributed consensus to secure the federation.",
40+
"services-description": "A Fedimint federation consists of two types of services:",
41+
"guardians": "Guardians:",
42+
"guardians-description": "Responsible for running the Fedimint protocol, custodying funds, and managing the minting and redemption of eCash notes. They use distributed consensus to secure the federation.",
4243
"gateways": "Gateways (Lightning Service Providers):",
4344
"gateways-description": "Bridge between the Fedimint and the Lightning Network, allowing users to send and receive Lightning payments. They can be run by the federation or independent providers.",
4445
"learn-more": "You can learn more about how to set up Fedimint services here:",

0 commit comments

Comments
 (0)