Merge pull request #1345 from mattmontgomery/patch-1

Use translate-able `sign_out`
This commit is contained in:
Kim Gardner
2018-02-06 12:23:07 -05: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>