From a5924775906ba082f6415423f460f762c6c3de02 Mon Sep 17 00:00:00 2001
From: Stas Vilchik
Date: Wed, 18 Oct 2017 09:06:59 +0200
Subject: update editions wording
---
.../js/app/components/nav/component/NoBranchSupportPopup.tsx | 8 +-------
.../__tests__/__snapshots__/NoBranchSupportPopup-test.tsx.snap | 9 +--------
.../apps/background-tasks/components/NoWorkersSupportPopup.tsx | 2 +-
3 files changed, 3 insertions(+), 16 deletions(-)
(limited to 'server')
diff --git a/server/sonar-web/src/main/js/app/components/nav/component/NoBranchSupportPopup.tsx b/server/sonar-web/src/main/js/app/components/nav/component/NoBranchSupportPopup.tsx
index 35ac2dbcdd4..f571720ade9 100644
--- a/server/sonar-web/src/main/js/app/components/nav/component/NoBranchSupportPopup.tsx
+++ b/server/sonar-web/src/main/js/app/components/nav/component/NoBranchSupportPopup.tsx
@@ -32,15 +32,9 @@ export default function NoBranchSupportPopup(props: Props) {
{translate('branches.no_support.header')}
{translate('branches.no_support.header.text')}
-
+
{translate('learn_more')}
-
- {translate('branches.buy_developer_pack')}
-
diff --git a/server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/NoBranchSupportPopup-test.tsx.snap b/server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/NoBranchSupportPopup-test.tsx.snap
index c7563e9c83b..cdc9d4cb965 100644
--- a/server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/NoBranchSupportPopup-test.tsx.snap
+++ b/server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/NoBranchSupportPopup-test.tsx.snap
@@ -19,18 +19,11 @@ exports[`renders 1`] = `
learn_more
-
- branches.buy_developer_pack
-
diff --git a/server/sonar-web/src/main/js/apps/background-tasks/components/NoWorkersSupportPopup.tsx b/server/sonar-web/src/main/js/apps/background-tasks/components/NoWorkersSupportPopup.tsx
index c6e18f5c8a3..fe62f82561a 100644
--- a/server/sonar-web/src/main/js/apps/background-tasks/components/NoWorkersSupportPopup.tsx
+++ b/server/sonar-web/src/main/js/apps/background-tasks/components/NoWorkersSupportPopup.tsx
@@ -34,7 +34,7 @@ export default function NoWorkersSupportPopup(props: Props) {
{translate('background_tasks.add_more_workers.text')}
-
+
{translate('learn_more')}
--
cgit v1.2.3