Browse Source
Merge pull request #532 from gre/fix-dashboard-accounts-title
Fix dashboard accounts title
master
Meriadec Pillet
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
1 deletions
-
src/components/DashboardPage/index.js
-
static/i18n/en/app.yml
|
|
@ -137,7 +137,7 @@ class DashboardPage extends PureComponent<Props, State> { |
|
|
|
<Box flow={4}> |
|
|
|
<Box horizontal alignItems="flex-end"> |
|
|
|
<Text color="dark" ff="Museo Sans" fontSize={6}> |
|
|
|
{t('app:sidebar.accounts')} |
|
|
|
{t('app:dashboard.accounts.title', { count: accounts.length })} |
|
|
|
</Text> |
|
|
|
<Box ml="auto" horizontal flow={1}> |
|
|
|
<AccountsOrder /> |
|
|
|
|
|
@ -75,6 +75,8 @@ account: |
|
|
|
desc: Lorem ipsum dolort amet |
|
|
|
dashboard: |
|
|
|
title: Dashboard |
|
|
|
accounts: |
|
|
|
title: Accounts ({{count}}) |
|
|
|
greeting: |
|
|
|
morning: "Good Morning!" |
|
|
|
evening: "Good Evening!" |
|
|
|