Skip to content

Commit

Permalink
Add missing translation
Browse files Browse the repository at this point in the history
Add missing translation
  • Loading branch information
Ladas committed Jan 29, 2018
1 parent aa51251 commit 53712a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/network_router_helper/textual_summary.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def textual_main_route_table
return nil if @record.main_route_table.nil?

if @record.main_route_table
message = "(Subnets not explicitely assigned to a route table are assigned to this main route table, for this VPC)"
message = _("(Subnets not explicitely assigned to a route table are assigned to this main route table, for this VPC)")
end

{:label => _('Main Route Table'), :value => "#{@record.main_route_table} #{message}"}
Expand Down

0 comments on commit 53712a4

Please sign in to comment.