mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
wording
This commit is contained in:
parent
192f776bd8
commit
b5448b0acb
@ -80,7 +80,7 @@ let PieceListToolbarFilterWidgetFilter = React.createClass({
|
||||
title={filterIcon}
|
||||
className="ascribe-piece-list-toolbar-filter-widget">
|
||||
<li style={{'textAlign': 'center'}}>
|
||||
<em>{getLangText('Show works that')}:</em>
|
||||
<em>{getLangText('Show works I can')}:</em>
|
||||
</li>
|
||||
{this.props.filterParams.map((param, i) => {
|
||||
let label;
|
||||
@ -100,7 +100,7 @@ let PieceListToolbarFilterWidgetFilter = React.createClass({
|
||||
className="filter-widget-item">
|
||||
<div className="checkbox-line">
|
||||
<span>
|
||||
{getLangText('I can') + ' ' + getLangText(label)}
|
||||
{getLangText(label)}
|
||||
</span>
|
||||
<input
|
||||
readOnly
|
||||
|
Loading…
Reference in New Issue
Block a user