Skip to content

Commit 1bfce34

Browse files
committed
Update testing.md
1 parent 6c65f49 commit 1bfce34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default class BasicPage extends Component {
8787
<div>
8888
{ this.props.authenticated ? (
8989
<div>
90-
<Link to="/admin"><Button bsStyle="primary">Login</Button></Link>
90+
<Link to="/admin"><Button bsStyle="primary">Your account</Button></Link>
9191
</div>
9292
) : (
9393
<div>

0 commit comments

Comments
 (0)