Merge remote-tracking branch 'origin/next' into next
This commit is contained in:
commit
27a30078a3
3 changed files with 4 additions and 2 deletions
|
@ -114,7 +114,7 @@ class ThumbNavigation extends React.PureComponent {
|
|||
count={dashboardCount}
|
||||
/>
|
||||
<span>
|
||||
<FormattedMessage id='tabs_bar.dashboard' defaultMessage='Dashboard' />
|
||||
<FormattedMessage id='navigation.dashboard' defaultMessage='Dashboard' />
|
||||
</span>
|
||||
</NavLink>
|
||||
)}
|
||||
|
|
|
@ -526,8 +526,9 @@
|
|||
"morefollows.following_label": "…i {count} więcej {count, plural, one {obserwowany(-a)} few {obserwowanych} many {obserwowanych} other {obserwowanych}} na zdalnych stronach.",
|
||||
"mute_modal.hide_notifications": "Chcesz ukryć powiadomienia od tego użytkownika?",
|
||||
"navigation.chats": "Czaty",
|
||||
"navigation.dashboard": "Administracja",
|
||||
"navigation.direct_messages": "Wiadomości",
|
||||
"navigation.home": "Strona główna",
|
||||
"navigation.home": "Główna",
|
||||
"navigation.notifications": "Powiadomienia",
|
||||
"navigation.search": "Szukaj",
|
||||
"navigation_bar.account_aliases": "Aliasy kont",
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
|
||||
span {
|
||||
margin-top: 1px;
|
||||
text-align: center;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue