summary refs log tree commit diff
path: root/src/nmtui/nmt-page-team.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-team.c
parent45a364c60a9d6d34e614c4f1f507c69336ad1e69 (diff)
New upstream version 1.48.8 upstream/1.48.8
Diffstat (limited to 'src/nmtui/nmt-page-team.c')
-rw-r--r--src/nmtui/nmt-page-team.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nmtui/nmt-page-team.c b/src/nmtui/nmt-page-team.c
index f6311c7e..142d848d 100644
--- a/src/nmtui/nmt-page-team.c
+++ b/src/nmtui/nmt-page-team.c
@@ -123,7 +123,7 @@ nmt_page_team_constructed(GObject *object)
 
     grid = NMT_NEWT_GRID(widget);
 
-    widget = nmt_newt_label_new(_("Slaves"));
+    widget = nmt_newt_label_new(_("Ports"));
     nmt_newt_grid_add(grid, widget, 0, 0);
 
     widget = nmt_port_list_new(conn, team_connection_type_filter, team);