diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-05-30 09:45:06 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-05-30 09:45:06 +0200 |
commit | 5ef4780e07194a51c3a91f06548f61f52c2b100c (patch) | |
tree | 160499528f55db1af37fcd440d1fae9483f53130 /server/sonar-web/src/main/js/apps/maintenance | |
parent | c4beaca801505b36632aa00f28fbe411a42caabf (diff) | |
download | sonarqube-5ef4780e07194a51c3a91f06548f61f52c2b100c.tar.gz sonarqube-5ef4780e07194a51c3a91f06548f61f52c2b100c.zip |
change wording on the Setup page
Diffstat (limited to 'server/sonar-web/src/main/js/apps/maintenance')
-rw-r--r-- | server/sonar-web/src/main/js/apps/maintenance/templates/_maintenance-state-migration-required.hbs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/apps/maintenance/templates/_maintenance-state-migration-required.hbs b/server/sonar-web/src/main/js/apps/maintenance/templates/_maintenance-state-migration-required.hbs index ec59b035dc1..7f470d2cc87 100644 --- a/server/sonar-web/src/main/js/apps/maintenance/templates/_maintenance-state-migration-required.hbs +++ b/server/sonar-web/src/main/js/apps/maintenance/templates/_maintenance-state-migration-required.hbs @@ -1,8 +1,7 @@ <h1 class="maintenance-title">Upgrade Database</h1> <p class="maintenance-text">The database upgrade can take several minutes.</p> <p class="maintenance-text">It is mandatory to <strong>back up database</strong> before upgrading.</p> -<p class="maintenance-text"><strong>Copy the directory /extensions</strong> from previous version before upgrading. -</p> +<p class="maintenance-text">Make sure you have followed the steps from the <a target="_blank" href="http://redirect.sonarsource.com/doc/upgrading.html">SonarQube Upgrade guide</a>.</p> <div class="maintenance-spinner"> <button id="start-migration">Upgrade</button> </div> |