From 82c023f98f334a539f167079a6b20b34d681d39d Mon Sep 17 00:00:00 2001 From: stephmilovic Date: Fri, 28 Feb 2020 16:20:19 -0700 Subject: [PATCH] rn file that shouldve been deleted --- .../components/case_header_page/translations.ts | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 x-pack/legacy/plugins/siem/public/pages/case/components/case_header_page/translations.ts diff --git a/x-pack/legacy/plugins/siem/public/pages/case/components/case_header_page/translations.ts b/x-pack/legacy/plugins/siem/public/pages/case/components/case_header_page/translations.ts deleted file mode 100644 index ceb70b7df3bb1..0000000000000 --- a/x-pack/legacy/plugins/siem/public/pages/case/components/case_header_page/translations.ts +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the Elastic License; - * you may not use this file except in compliance with the Elastic License. - */ - -import { i18n } from '@kbn/i18n'; - -export const PAGE_BADGE_LABEL = i18n.translate('xpack.siem.case.caseView.pageBadgeLabel', { - defaultMessage: 'Beta', -}); - -export const PAGE_BADGE_TOOLTIP = i18n.translate('xpack.siem.case.caseView.pageBadgeTooltip', { - defaultMessage: - 'Cases is still in beta. Please help us improve by reporting issues or bugs in the Kibana repo.', -});