Browse Source

pixel push

master
Gaëtan Renaudeau 7 years ago
parent
commit
8d71c1b182
  1. 2
      src/components/MainSideBar/index.js
  2. 2
      static/i18n/en/sidebar.yml

2
src/components/MainSideBar/index.js

@ -124,7 +124,7 @@ class MainSideBar extends PureComponent<Props> {
</SideBarList>
<Space of={40} />
<SideBarList
title={t('sidebar:accounts')}
title={t('sidebar:accounts', { count: accounts.length })}
titleRight={addAccountButton}
emptyText={t('emptyState:sidebar.text')}
>

2
static/i18n/en/sidebar.yml

@ -1,4 +1,4 @@
menu: Menu
accounts: Accounts
accounts: Accounts ({{count}})
manager: Manager
exchange: Exchange

Loading…
Cancel
Save