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