Browse Source

NO-JIRA fix typo

tags/9.9.3.79811
Pierre 8 months ago
parent
commit
eea858839b

+ 1
- 1
server/sonar-web/src/main/js/apps/marketplace/components/EditionBox.tsx View File

@@ -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>

+ 1
- 1
server/sonar-web/src/main/js/apps/marketplace/components/__tests__/__snapshots__/EditionBox-test.tsx.snap View File

@@ -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>

Loading…
Cancel
Save