Skip to content

Commit

Permalink
Changed empty apps text & added locales
Browse files Browse the repository at this point in the history
  • Loading branch information
angarita-dev committed Jul 21, 2021
1 parent 627948f commit 0159a54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion source/components/Apps/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ const Apps = () => {
return (
<div className={classes.emptyState}>
<img src={ThinkingEmoji} className={classes.image} />
<Typography variant="h4">{t('apps.emptyTitle')}</Typography>
<Typography className={classes.emptyTitle} variant="h4">{t('apps.emptyTitle')}</Typography>
<Typography className={classes.emptyText} variant="subtitle2">{t('apps.emptyText')}</Typography>
</div>
);
}
Expand Down
4 changes: 2 additions & 2 deletions source/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"subtitle": "Main IC Wallet is connected to these sites.",
"disconnectTitle": "Disconnect from Site",
"disconnectText": "Are you sure you want to disconnect from",
"emptyTitle": "You aren’t connected to any apps yet.",
"emptyText": "Explore a list of all apps that use Plug and find your first in",
"emptyTitle": "You have no apps connected.",
"emptyText": "When you connect to an app they will be displayed here, with the ability to remove them.",
"emptyLink": "our docs.",
"comingSoonTitle": "Coming soon!",
"comingSoonSubtitle": "Plug will allow you to connect\nand log into IC Apps."
Expand Down

0 comments on commit 0159a54

Please sign in to comment.