We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c65f49 commit 1bfce34Copy full SHA for 1bfce34
docs/guides/testing.md
@@ -87,7 +87,7 @@ export default class BasicPage extends Component {
87
<div>
88
{ this.props.authenticated ? (
89
90
- <Link to="/admin"><Button bsStyle="primary">Login</Button></Link>
+ <Link to="/admin"><Button bsStyle="primary">Your account</Button></Link>
91
</div>
92
) : (
93
0 commit comments