aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre <pierre.guillot@sonarsource.com>2023-09-12 09:28:42 +0200
committersonartech <sonartech@sonarsource.com>2023-09-12 20:02:36 +0000
commiteea858839be4558a7fdc8f74b9b5f2345dec9b3b (patch)
tree8b44c30fbd2ba20e88b86dbe243abd1d0fda89d6
parentf22a8d0fac058d1c8eb62cfc3fd9729bb1153314 (diff)
downloadsonarqube-eea858839be4558a7fdc8f74b9b5f2345dec9b3b.tar.gz
sonarqube-eea858839be4558a7fdc8f74b9b5f2345dec9b3b.zip
NO-JIRA fix typo
-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 886dbbb7bc0..99acf9c6d8b 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
@@ -103,7 +103,7 @@ export default function EditionBox({ edition, ncloc, serverId, currentEdition }:
</li>
<li>Branch analysis</li>
<li>Project aggregation</li>
- <li>Additional languages: C, C++, Obj-C, PS/SQL, ABAP, TSQL &amp; Swift</li>
+ <li>Additional languages: C, C++, Obj-C, PL/SQL, ABAP, TSQL &amp; Swift</li>
</ul>
</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 f239229c3d1..93b145405b5 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
@@ -63,7 +63,7 @@ exports[`should display the edition 1`] = `
Project aggregation
</li>
<li>
- Additional languages: C, C++, Obj-C, PS/SQL, ABAP, TSQL & Swift
+ Additional languages: C, C++, Obj-C, PL/SQL, ABAP, TSQL & Swift
</li>
</ul>
</div>