This commit is contained in:
Half-Shot 2020-01-28 10:05:42 +00:00
parent 5851b10f72
commit bdaf9fd06d
2 changed files with 3 additions and 2 deletions

View file

@ -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>);