Skip to content

Commit

Permalink
Merge pull request #2627 from skovic/rename-network-adapter-table
Browse files Browse the repository at this point in the history
Rename Network Adapters table to Network Devices
(cherry picked from commit a1b7e8d)
  • Loading branch information
mzazrivec authored and simaishi committed Nov 7, 2017
1 parent 8e5b299 commit adb49b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/physical_server_helper/textual_summary.rb
Expand Up @@ -44,7 +44,7 @@ def textual_group_firmware_details

def textual_group_network_adapters
TextualCustom.new(
_("Network Adapters"),
_("Network Devices"),
"textual_network_adapter_table",
%i(network_adapter)
)
Expand Down

0 comments on commit adb49b4

Please sign in to comment.