Skip to content

Commit

Permalink
fixed #1616 removed language label (#1749)
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 authored and mbarto committed Apr 20, 2017
1 parent 1f45ca7 commit c244762
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/client/plugins/Settings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const SettingsButton = React.createClass({
},
renderSettings() {
const settingsFirst = {
language: <LangBar key="langSelector"/>
language: <span><label><Message msgId="language" /></label> <LangBar key="langSelector"/></span>
};
const settingsLast = {
history: <HistoryBar
Expand Down Expand Up @@ -115,7 +115,6 @@ const SettingsButton = React.createClass({
render() {
const settings = (
<SettingsPanel role="body" style={this.props.style}>
<label><Message msgId="language" /></label>
{this.renderSettings()}
</SettingsPanel>
);
Expand Down

0 comments on commit c244762

Please sign in to comment.