Project

General

Profile

« Previous | Next » 

Revision 103d467f

Added by Dominic Cleal over 7 years ago

fixes #17838 - translate New Hosts title string

View differences:

app/views/dashboard/_new_hosts_widget.html.erb
<% hosts = @data.hosts.includes(:operatingsystem).preload(:owner).order(:created_at => :desc).limit(9) %>
<h4 class="header">
<%= N_('New Hosts') %>
<%= _('New Hosts') %>
</h4>
<% if hosts.empty? %>

Also available in: Unified diff