Merge branch 'master' into password-attempt-typo

This commit is contained in:
Wyatt Johnson
2018-02-06 10:37:05 -07:00
committed by GitHub
+1 -1
View File
@@ -44,7 +44,7 @@ const CoralDrawer = ({ handleLogout, auth = {} }) => (
{t('configure.configure')}
</Link>
)}
<a onClick={handleLogout}>Sign Out</a>
<a onClick={handleLogout}>{t('configure.sign_out')}</a>
<span>{`v${process.env.VERSION}`}</span>
</Navigation>
</div>