diff options
author | Pierre <pierre.guillot@sonarsource.com> | 2023-09-12 09:28:42 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-09-12 20:02:36 +0000 |
commit | eea858839be4558a7fdc8f74b9b5f2345dec9b3b (patch) | |
tree | 8b44c30fbd2ba20e88b86dbe243abd1d0fda89d6 | |
parent | f22a8d0fac058d1c8eb62cfc3fd9729bb1153314 (diff) | |
download | sonarqube-eea858839be4558a7fdc8f74b9b5f2345dec9b3b.tar.gz sonarqube-eea858839be4558a7fdc8f74b9b5f2345dec9b3b.zip |
NO-JIRA fix typo
-rw-r--r-- | server/sonar-web/src/main/js/apps/marketplace/components/EditionBox.tsx | 2 | ||||
-rw-r--r-- | server/sonar-web/src/main/js/apps/marketplace/components/__tests__/__snapshots__/EditionBox-test.tsx.snap | 2 |
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 & Swift</li> + <li>Additional languages: C, C++, Obj-C, PL/SQL, ABAP, TSQL & 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> |