Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix(i18n): replace hardcoded "Channels" dropdown title
Browse files Browse the repository at this point in the history
address "Channels menu's label on the main screen" issue in #3045
  • Loading branch information
bolatovumar committed Oct 26, 2019
1 parent eab44b5 commit ceafccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/components/Channels/ChannelsMenu/ChannelsMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const ChannelsMenu = ({

return (
<Dropmenu items={items} justify="right" {...rest}>
Channels
<FormattedMessage {...messages.title} />
</Dropmenu>
)
}
Expand Down

0 comments on commit ceafccf

Please sign in to comment.