aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/marketplace
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2019-12-13 09:14:40 +0100
committerSonarTech <sonartech@sonarsource.com>2019-12-17 15:45:08 +0100
commita13af4c794bde2d8b31579d61b7fe631beee2c24 (patch)
treedfbd46d69a46739ba3ed77c089db63e6ff5c126f /server/sonar-web/src/main/js/apps/marketplace
parent31c9b4385c574fdea62fe84a9214d909a2665137 (diff)
downloadsonarqube-a13af4c794bde2d8b31579d61b7fe631beee2c24.tar.gz
sonarqube-a13af4c794bde2d8b31579d61b7fe631beee2c24.zip
SONAR-12608 Update Editions information
Diffstat (limited to 'server/sonar-web/src/main/js/apps/marketplace')
-rw-r--r--server/sonar-web/src/main/js/apps/marketplace/components/EditionBox.tsx2
-rw-r--r--server/sonar-web/src/main/js/apps/marketplace/components/__tests__/__snapshots__/EditionBox-test.tsx.snap2
2 files changed, 2 insertions, 2 deletions
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')}
</a>
</div>
</div>
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
</a>
</div>
</div>