diff options
Diffstat (limited to 'sonar-server/src/main/webapp')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/browse/_options.html.erb | 2 | ||||
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/resource/_options.html.erb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/browse/_options.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/browse/_options.html.erb index 6346e045932..bd6d0dfe930 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/browse/_options.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/browse/_options.html.erb @@ -35,7 +35,7 @@ <% if @expandable %> <td class="<%= 'first' if first -%>"> <input type="checkbox" value="true" name="expand" id="expand" <%= 'checked' if @expanded -%> onclick="applyOptions()"/> - <label for="expand">Show full source</label> + <label for="expand">Full source</label> </td> <% first=false end %> diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_options.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_options.html.erb index 1f1e05a2e38..7e765102206 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_options.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_options.html.erb @@ -28,7 +28,7 @@ if @expandable %> <td class="<%= 'first' if first -%>"> <input type="checkbox" value="true" name="expand" id="expand" <%= 'checked' if @expanded -%> onclick="applyOptions()"/> - <label for="expand">Show full source</label> + <label for="expand">Full source</label> </td> <% first=false end %> |