"live config" -> "quick config"

because saving is a thing now
translations wont match 100% but "live config" still kinda makes sense
This commit is contained in:
end-4
2025-04-03 11:37:30 +02:00
parent 69e9b011d8
commit 765ba9ef6e
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ const centerWidgets = [
onFocus: () => execAsync('nmcli dev wifi list').catch(print),
},
{
name: getString('Live config'),
name: getString('Quick config'),
materialIcon: 'tune',
contentWidget: ModuleConfigure,
},