From a13af4c794bde2d8b31579d61b7fe631beee2c24 Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Fri, 13 Dec 2019 09:14:40 +0100 Subject: SONAR-12608 Update Editions information --- server/sonar-web/src/main/js/apps/marketplace/components/EditionBox.tsx | 2 +- .../components/__tests__/__snapshots__/EditionBox-test.tsx.snap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'server/sonar-web/src') diff --git a/server/sonar-web/src/main/js/apps/marketplace/components/EditionBox.tsx b/server/sonar-web/src/main/js/apps/marketplace/components/EditionBox.tsx index 9efb90bb83c..a18a3ec259c 100644 --- a/server/sonar-web/src/main/js/apps/marketplace/components/EditionBox.tsx +++ b/server/sonar-web/src/main/js/apps/marketplace/components/EditionBox.tsx @@ -46,7 +46,7 @@ export default function EditionBox({ edition, ncloc, serverId, currentEdition }: href={getEditionUrl(edition, { ncloc, serverId, sourceEdition: currentEdition })} rel="noopener noreferrer" target="_blank"> - {translate('marketplace.ask_for_information')} + {translate('marketplace.request_free_trial')} diff --git a/server/sonar-web/src/main/js/apps/marketplace/components/__tests__/__snapshots__/EditionBox-test.tsx.snap b/server/sonar-web/src/main/js/apps/marketplace/components/__tests__/__snapshots__/EditionBox-test.tsx.snap index 5d63a4a3ec2..cfd28f4bc35 100644 --- a/server/sonar-web/src/main/js/apps/marketplace/components/__tests__/__snapshots__/EditionBox-test.tsx.snap +++ b/server/sonar-web/src/main/js/apps/marketplace/components/__tests__/__snapshots__/EditionBox-test.tsx.snap @@ -13,7 +13,7 @@ exports[`should display the edition 1`] = ` rel="noopener noreferrer" target="_blank" > - marketplace.ask_for_information + marketplace.request_free_trial -- cgit v1.2.3