diff options
| author | gitaeks <[email protected]> | 2014-11-12 15:52:32 +0900 |
|---|---|---|
| committer | gitaeks <[email protected]> | 2014-11-12 15:52:32 +0900 |
| commit | f94cb5817a4b8ef1a645ae69251ff8b226b7d076 (patch) | |
| tree | df127718be4bff69d76220c609d373fe9c365666 /docs/examples | |
| parent | b87370c28f6f8cd0d2de6cc541dcba22788e4001 (diff) | |
| download | bootstrap-f94cb5817a4b8ef1a645ae69251ff8b226b7d076.tar.xz bootstrap-f94cb5817a4b8ef1a645ae69251ff8b226b7d076.zip | |
Fixed a typo in Sign-in page example
Fixed a typo in Sign-in page example
http://getbootstrap.com/examples/signin/
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/signin/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/signin/index.html b/docs/examples/signin/index.html index 2aa524e2d..44ec6e2b9 100644 --- a/docs/examples/signin/index.html +++ b/docs/examples/signin/index.html @@ -35,7 +35,7 @@ <h2 class="form-signin-heading">Please sign in</h2> <label for="inputEmail" class="sr-only">Email address</label> <input type="email" id="inputEmail" class="form-control" placeholder="Email address" required autofocus> - <label for="inputPassword" class="sr-only">Email address</label> + <label for="inputPassword" class="sr-only">Password</label> <input type="password" id="inputPassword" class="form-control" placeholder="Password" required> <div class="checkbox"> <label> |
