diff options
Diffstat (limited to 'server/sonar-web/src/main/js/app/components/GlobalFooter.js')
-rw-r--r-- | server/sonar-web/src/main/js/app/components/GlobalFooter.js | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/app/components/GlobalFooter.js b/server/sonar-web/src/main/js/app/components/GlobalFooter.js index 886de879bab..b88d06cc1c8 100644 --- a/server/sonar-web/src/main/js/app/components/GlobalFooter.js +++ b/server/sonar-web/src/main/js/app/components/GlobalFooter.js @@ -36,8 +36,11 @@ class GlobalFooter extends React.Component { Embedded database should be used for evaluation purpose only </p> <p> - The embedded database will not scale, it will not support upgrading to newer versions of SonarQube, - and there is no support for migrating your data out of it into a different database engine. + The embedded database will not scale, it will not support upgrading to newer + {' '} + versions of SonarQube, and there is no support for migrating your data out of it + {' '} + into a different database engine. </p> </div>} |