summary refs log tree commit diff
path: root/src/nmtui/nmt-page-bond.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2024-08-09 18:57:15 +0200
committerMichael Biebl <biebl@debian.org>2024-08-09 18:57:15 +0200
commite96d74409128c6a977e31f24fad9b267d2feb9a1 (patch)
tree12dad71135c6c291de457568cb973208ea8a0024 /src/nmtui/nmt-page-bond.c
parent45a364c60a9d6d34e614c4f1f507c69336ad1e69 (diff)
New upstream version 1.48.8 upstream/1.48.8
Diffstat (limited to 'src/nmtui/nmt-page-bond.c')
-rw-r--r--src/nmtui/nmt-page-bond.c2
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);