Use translate-able sign_out

This commit is contained in:
Matt Montgomery
2018-02-05 17:03:44 -07:00
committed by GitHub
parent 869fb9d029
commit 05d80a0549
+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>