Skip to content

Commit 284b2ac

Browse files
david-cho-lerat-sonarsourcesonartech
authored andcommitted
SONAR-26138 Update legal company name from SonarSource SA to SonarSource Sàrl
GitOrigin-RevId: b69d3a2e1511e71e17007689eca107f576c18708
1 parent 1f6444d commit 284b2ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/sq-server/src/main/js/app/components/GlobalFooterBranding.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function GlobalFooterBranding() {
3434
highlight={LinkHighlight.CurrentColor}
3535
to="https://www.sonarsource.com"
3636
>
37-
SonarSource SA
37+
SonarSource Sàrl
3838
</Link>
3939
</span>
4040
) : (
@@ -52,10 +52,10 @@ export default function GlobalFooterBranding() {
5252
<Link
5353
enableOpenInNewTab
5454
highlight={LinkHighlight.CurrentColor}
55-
title="SonarSource SA"
55+
title="SonarSource Sàrl"
5656
to="https://www.sonarsource.com"
5757
>
58-
SonarSource SA
58+
SonarSource Sàrl
5959
</Link>
6060
.
6161
</span>

apps/sq-server/src/main/js/app/components/__tests__/GlobalFooter-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const ui = {
130130

131131
// links
132132
websiteLink: byRole('link', { name: 'SonarQube™' }),
133-
companyLink: byRole('link', { name: 'SonarSource SA' }),
133+
companyLink: byRole('link', { name: 'SonarSource Sàrl' }),
134134
licenseLink: byRole('link', { name: 'footer.license' }),
135135
communityLink: byRole('link', { name: 'footer.community' }),
136136
docsLink: byRole('link', { name: 'opens_in_new_window footer.documentation' }),

0 commit comments

Comments
 (0)