diff options
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/backup/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/backup/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/backup/index.html.erb index edb29de781b..3d666f78a65 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/backup/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/backup/index.html.erb @@ -3,7 +3,7 @@ <p>This will backup configuration in a portable XML format. Click on "backup" to download this file.</p> <p>You can use this backup to duplicate configuration to another Sonar instance. This backup includes global settings, - custom metrics, dashboards personalization and quality profiles (coding rules, alerts). + custom metrics and quality profiles (coding rules, alerts). </p> <br/> <form action="<%= ApplicationController.root_context -%>/backup/export" method="post"> |