i18n
This commit is contained in:
parent
5851b10f72
commit
bdaf9fd06d
2 changed files with 3 additions and 2 deletions
|
@ -108,7 +108,7 @@ export default class BridgeTile extends React.PureComponent {
|
|||
{creator} {bot}
|
||||
</p>
|
||||
<AccessibleButton kind="secondary" onClick={this._toggleVisible.bind(this)}>
|
||||
Show { this.state.visible ? "less" : "more" }
|
||||
{ this.state.visible ? _t("Show less") : _t("Show more") }
|
||||
</AccessibleButton>
|
||||
</div>
|
||||
</li>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue