diff options
Diffstat (limited to 'server/sonar-web/src/main/js/app/components/GlobalFooter.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/app/components/GlobalFooter.tsx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/server/sonar-web/src/main/js/app/components/GlobalFooter.tsx b/server/sonar-web/src/main/js/app/components/GlobalFooter.tsx index 3ed1bec60b8..2646c620010 100644 --- a/server/sonar-web/src/main/js/app/components/GlobalFooter.tsx +++ b/server/sonar-web/src/main/js/app/components/GlobalFooter.tsx @@ -62,7 +62,8 @@ export function GlobalFooter({ hideLoggedInInfo, appState }: GlobalFooterProps) <a href="https://www.gnu.org/licenses/lgpl-3.0.txt" rel="noopener noreferrer" - target="_blank"> + target="_blank" + > {translate('footer.license')} </a> </li> @@ -70,7 +71,8 @@ export function GlobalFooter({ hideLoggedInInfo, appState }: GlobalFooterProps) <a href="https://community.sonarsource.com/c/help/sq" rel="noopener noreferrer" - target="_blank"> + target="_blank" + > {translate('footer.community')} </a> </li> @@ -81,7 +83,8 @@ export function GlobalFooter({ hideLoggedInInfo, appState }: GlobalFooterProps) <a href="https://redirect.sonarsource.com/doc/plugin-library.html" rel="noopener noreferrer" - target="_blank"> + target="_blank" + > {translate('footer.plugins')} </a> </li> |