diff options
Diffstat (limited to 'src/nmtui/nmt-page-bond.c')
| -rw-r--r-- | src/nmtui/nmt-page-bond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nmtui/nmt-page-bond.c b/src/nmtui/nmt-page-bond.c index c7483150..f74bac27 100644 --- a/src/nmtui/nmt-page-bond.c +++ b/src/nmtui/nmt-page-bond.c @@ -343,7 +343,7 @@ nmt_page_bond_constructed(GObject *object) grid = nmt_editor_section_get_body(section); widget = nmt_newt_separator_new(); - nmt_editor_grid_append(grid, _("Slaves"), widget, NULL); + nmt_editor_grid_append(grid, _("Ports"), widget, NULL); nmt_editor_grid_set_row_flags(grid, widget, NMT_EDITOR_GRID_ROW_LABEL_ALIGN_LEFT); widget = nmt_port_list_new(conn, bond_connection_type_filter, bond); |