diff --git a/app/views/admin/sites/site_info.html.erb b/app/views/admin/sites/site_info.html.erb index 588fdcaa..1efcf025 100644 --- a/app/views/admin/sites/site_info.html.erb +++ b/app/views/admin/sites/site_info.html.erb @@ -44,12 +44,12 @@ <% end %> <% end %> - +
- <%= f.check_box :title_always_on, :class => "toggle-check" %> + <%= f.check_box :title_always_on, :class => "toggle-check", :data => { :title => t('site_title_always_display') } %>
@@ -70,7 +70,7 @@
-