Rename remote address to server address

This commit is contained in:
Gerhard Tan
2025-06-01 00:22:19 +08:00
committed by GitHub
parent f4fefdd53c
commit 5b48c95d91

View File

@ -55,7 +55,7 @@ func (pv *PanelView) View() Widget {
Layout: Grid{Margins: Margins{Left: 10, Top: 10, Right: 10, Bottom: 10}, Spacing: 10},
Children: []Widget{
Label{Text: i18n.SprintfColon("Status"), Row: 0, Column: 0, Alignment: AlignHFarVCenter},
Label{Text: i18n.SprintfColon("Remote Address"), Row: 1, Column: 0, Alignment: AlignHFarVCenter},
Label{Text: i18n.SprintfColon("Server Address"), Row: 1, Column: 0, Alignment: AlignHFarVCenter},
Label{Text: i18n.SprintfColon("Protocol"), Row: 2, Column: 0, Alignment: AlignHFarVCenter},
Composite{
Layout: HBox{SpacingZero: true, MarginsZero: true},