wifinetworks:change label

This commit is contained in:
Satoxyan
2025-03-28 20:36:44 +07:00
parent 5d86c7e6a2
commit c34744d650
@@ -172,7 +172,7 @@ const CurrentNetwork = () => {
] ]
}); });
const forgetButton = Button({ const forgetButton = Button({
label: 'Forget Network', label: 'Forget',
hexpand: true, hexpand: true,
className: 'txt sidebar-centermodules-rightbar-button', className: 'txt sidebar-centermodules-rightbar-button',
onClicked: () => { onClicked: () => {
@@ -195,7 +195,7 @@ const CurrentNetwork = () => {
} }
}); });
const settingsButton = Button({ const settingsButton = Button({
label: 'Network Properties', label: 'Properties',
className: 'txt sidebar-centermodules-rightbar-button', className: 'txt sidebar-centermodules-rightbar-button',
hexpand: true, hexpand: true,
onClicked: () => { onClicked: () => {