summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_signup_password_page.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-10-14 07:39:53 -0400
committerChristopher Speller <crspeller@gmail.com>2015-10-14 07:39:53 -0400
commitcbefd8895107c3f168c97c5676ad0b19c0254d10 (patch)
treecb26d7635823432d893369bd902d09db0dfaf696 /web/react/components/team_signup_password_page.jsx
parent6095bf4a454e26e6ac28e70ed68edf01e35148a7 (diff)
parent2d3506e2d27cbbb90c33dc62ef7493ef7bc6d628 (diff)
downloadchat-cbefd8895107c3f168c97c5676ad0b19c0254d10.tar.gz
chat-cbefd8895107c3f168c97c5676ad0b19c0254d10.tar.bz2
chat-cbefd8895107c3f168c97c5676ad0b19c0254d10.zip
Merge pull request #993 from apaatsio/bootstrap-help-block
Use help-block class from Bootstrap
Diffstat (limited to 'web/react/components/team_signup_password_page.jsx')
-rw-r--r--web/react/components/team_signup_password_page.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/team_signup_password_page.jsx b/web/react/components/team_signup_password_page.jsx
index 01f961332..cb9a9f05b 100644
--- a/web/react/components/team_signup_password_page.jsx
+++ b/web/react/components/team_signup_password_page.jsx
@@ -111,7 +111,7 @@ export default class TeamSignupPasswordPage extends React.Component {
maxLength='128'
spellCheck='false'
/>
- <div className='color--light form__hint'>Passwords must contain 5 to 50 characters. Your password will be strongest if it contains a mix of symbols, numbers, and upper and lowercase characters.</div>
+ <span className='color--light help-block'>Passwords must contain 5 to 50 characters. Your password will be strongest if it contains a mix of symbols, numbers, and upper and lowercase characters.</span>
</div>
</div>
{passwordError}