wifinetworks:change label

This commit is contained in:
Satoxyan 2025-03-28 20:36:44 +07:00
parent 5d86c7e6a2
commit c34744d650

View file

@ -172,7 +172,7 @@ const CurrentNetwork = () => {
]
});
const forgetButton = Button({
label: 'Forget Network',
label: 'Forget',
hexpand: true,
className: 'txt sidebar-centermodules-rightbar-button',
onClicked: () => {
@ -195,7 +195,7 @@ const CurrentNetwork = () => {
}
});
const settingsButton = Button({
label: 'Network Properties',
label: 'Properties',
className: 'txt sidebar-centermodules-rightbar-button',
hexpand: true,
onClicked: () => {