Commit 36d5ffcfed6db3941132f869184a0beca74cc1a2
1 parent
2e0456b2
Exists in
master
and in
29 other branches
ActionItem1049: use the right terms
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/admin_panel/index.rhtml
@@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
6 | <li><%= link_to _('Edit site info'), :action => 'site_info' %></li> | 6 | <li><%= link_to _('Edit site info'), :action => 'site_info' %></li> |
7 | <li><%= link_to __('Edit message for disabled enterprises'), :action => 'message_for_disabled_enterprise' %></li> | 7 | <li><%= link_to __('Edit message for disabled enterprises'), :action => 'message_for_disabled_enterprise' %></li> |
8 | <li><%= link_to _('Enable/disable features'), :controller => 'features' %></li> | 8 | <li><%= link_to _('Enable/disable features'), :controller => 'features' %></li> |
9 | - <li><%= link_to _('Edit the Visual Design'), :controller => 'environment_design'%></li> | 9 | + <li><%= link_to _('Edit sideboxes'), :controller => 'environment_design'%></li> |
10 | <li><%= link_to _('Manage Categories'), :controller => 'categories'%></li> | 10 | <li><%= link_to _('Manage Categories'), :controller => 'categories'%></li> |
11 | <li><%= link_to _('Manage User roles'), :controller => 'role' %></li> | 11 | <li><%= link_to _('Manage User roles'), :controller => 'role' %></li> |
12 | <li><%= link_to _('Manage Validators by region'), :controller => 'region_validators' %></li> | 12 | <li><%= link_to _('Manage Validators by region'), :controller => 'region_validators' %></li> |