From 05d80a054960b2787c9092d5112dccb7336af75d Mon Sep 17 00:00:00 2001 From: Matt Montgomery Date: Mon, 5 Feb 2018 17:03:44 -0700 Subject: [PATCH] Use translate-able `sign_out` --- client/coral-admin/src/components/Drawer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-admin/src/components/Drawer.js b/client/coral-admin/src/components/Drawer.js index 60973e8c2..0d59d3bbe 100644 --- a/client/coral-admin/src/components/Drawer.js +++ b/client/coral-admin/src/components/Drawer.js @@ -44,7 +44,7 @@ const CoralDrawer = ({ handleLogout, auth = {} }) => ( {t('configure.configure')} )} - Sign Out + {t('configure.sign_out')} {`v${process.env.VERSION}`}