diff --git a/frontend/src/metabase/admin/databases/database.js b/frontend/src/metabase/admin/databases/database.js
index 23a903d247470731675d26dce6221c695a23cc1e..ff730c2703fe792568aaa7ca8f53ec980afccc3e 100644
--- a/frontend/src/metabase/admin/databases/database.js
+++ b/frontend/src/metabase/admin/databases/database.js
@@ -3,7 +3,6 @@ import _ from "underscore";
 import { createAction } from "redux-actions";
 import { handleActions, combineReducers, createThunkAction } from "metabase/lib/redux";
 import { push } from "react-router-redux";
-import { t } from 'c-3po'
 
 import MetabaseAnalytics from "metabase/lib/analytics";
 import MetabaseSettings from "metabase/lib/settings";
diff --git a/frontend/src/metabase/admin/datamodel/containers/FieldApp.jsx b/frontend/src/metabase/admin/datamodel/containers/FieldApp.jsx
index 1cf615cb6ef59dd370467cce16e74fcc5e08c756..30c4e3fbacb0753343303946babf1d3385681e86 100644
--- a/frontend/src/metabase/admin/datamodel/containers/FieldApp.jsx
+++ b/frontend/src/metabase/admin/datamodel/containers/FieldApp.jsx
@@ -9,7 +9,6 @@ import { Link } from 'react-router'
 import { connect } from "react-redux";
 import _ from "underscore";
 import cx from "classnames";
-import { t } from 'c-3po'
 
 import Icon from 'metabase/components/Icon'
 import Input from 'metabase/components/Input'
diff --git a/frontend/src/metabase/dashboard/dashboard.js b/frontend/src/metabase/dashboard/dashboard.js
index 4c1505c1307f3196108a030518a7da77f630505a..4b4d7c777e349e9fd7ef5751dc4388b5454d7397 100644
--- a/frontend/src/metabase/dashboard/dashboard.js
+++ b/frontend/src/metabase/dashboard/dashboard.js
@@ -3,7 +3,6 @@
 import { assoc, dissoc, assocIn, getIn, chain } from "icepick";
 import _ from "underscore";
 import moment from "moment";
-import { t } from 'c-3po'
 
 import { handleActions, combineReducers, createAction, createThunkAction } from "metabase/lib/redux";
 import { normalize, schema } from "normalizr";
diff --git a/frontend/src/metabase/dashboard/hoc/DashboardControls.jsx b/frontend/src/metabase/dashboard/hoc/DashboardControls.jsx
index 102f35e18eda21748e8b9af1d3e03d65b2f21f37..eb4234dfd2d0b607870177b728d23cb2fe85ec25 100644
--- a/frontend/src/metabase/dashboard/hoc/DashboardControls.jsx
+++ b/frontend/src/metabase/dashboard/hoc/DashboardControls.jsx
@@ -4,7 +4,6 @@ import React, { Component } from "react";
 
 import { connect } from "react-redux";
 import { replace } from "react-router-redux";
-import { t } from 'c-3po'
 
 import MetabaseAnalytics from "metabase/lib/analytics";
 import { parseHashOptions, stringifyHashOptions } from "metabase/lib/browser";
diff --git a/frontend/src/metabase/reference/components/GuideDetail.jsx b/frontend/src/metabase/reference/components/GuideDetail.jsx
index f137c3e62d111a49b5ab91687ccce0aea8eeb9e2..d3cb5b285410b20aaa69deaf1bdac0ed337a51a5 100644
--- a/frontend/src/metabase/reference/components/GuideDetail.jsx
+++ b/frontend/src/metabase/reference/components/GuideDetail.jsx
@@ -3,7 +3,6 @@ import PropTypes from "prop-types";
 import { Link } from "react-router";
 import pure from "recompose/pure";
 import cx from "classnames";
-import { t } from 'c-3po'
 
 import Icon from "metabase/components/Icon"
 import * as Urls from "metabase/lib/urls";
diff --git a/frontend/src/metabase/reference/segments/SegmentDetail.jsx b/frontend/src/metabase/reference/segments/SegmentDetail.jsx
index d5e13f96926e2715a855354d9fc5b082a5645f6b..4bce042b45f24f8363818a644ec17e41d5a680e9 100644
--- a/frontend/src/metabase/reference/segments/SegmentDetail.jsx
+++ b/frontend/src/metabase/reference/segments/SegmentDetail.jsx
@@ -3,7 +3,6 @@ import React, { Component } from "react";
 import PropTypes from "prop-types";
 import { connect } from "react-redux";
 import { reduxForm } from "redux-form";
-import { t } from 'c-3po'
 
 import List from "metabase/components/List.jsx";
 import LoadingAndErrorWrapper from "metabase/components/LoadingAndErrorWrapper.jsx";
diff --git a/frontend/src/metabase/reference/segments/SegmentSidebar.jsx b/frontend/src/metabase/reference/segments/SegmentSidebar.jsx
index 93cec8026665e1dd7d8e2a0d2c09f0b33c1f7529..f560f36573f2ee0832419949eb8b2cf4926b94c0 100644
--- a/frontend/src/metabase/reference/segments/SegmentSidebar.jsx
+++ b/frontend/src/metabase/reference/segments/SegmentSidebar.jsx
@@ -2,7 +2,6 @@
 import React from "react";
 import PropTypes from "prop-types";
 import S from "metabase/components/Sidebar.css";
-import { t } from 'c-3po'
 
 import Breadcrumbs from "metabase/components/Breadcrumbs.jsx";
 import SidebarItem from "metabase/components/SidebarItem.jsx"