1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-17 17:42:41 +03:00
This commit is contained in:
Half-Shot
2020-01-28 16:05:27 +00:00
parent ff532dd684
commit bfaa9d56fb
2 changed files with 2 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ export default class BridgeTile extends React.PureComponent {
<p className={metadataClassname}>
{creator} {bot}
</p>
<AccessibleButton className="showMore" kind="secondary" onClick={this._toggleVisible.bind(this)}>
<AccessibleButton className="mx_showMore" kind="secondary" onClick={this._toggleVisible.bind(this)}>
{ this.state.visible ? _t("Show less") : _t("Show more") }
</AccessibleButton>
</div>