diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-10 16:48:38 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-10 16:48:38 +0000 |
commit | 98ef045428c931eb1dd93e92753b860e6f875e98 (patch) | |
tree | 86aed1fdfe5a1ccdd47c07df04f3903cd9944e15 /sonar-server | |
parent | ab1013e8d9586556e5f5f192b3cbe9bf88c5504f (diff) | |
download | sonarqube-98ef045428c931eb1dd93e92753b860e6f875e98.tar.gz sonarqube-98ef045428c931eb1dd93e92753b860e6f875e98.zip |
fix typo
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/_operations.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/_operations.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/_operations.html.erb index a46d5e60fa6..6798933c73c 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/_operations.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/_operations.html.erb @@ -16,7 +16,7 @@ <li><%= uninstall -%></li> <% end %> </ul> - <input type="submit" value="Cancel unistalls"></input> + <input type="submit" value="Cancel uninstalls"></input> </p> </form> <% end %> |