chore: Rename non dev to computer controller (#788)

Co-authored-by: Angie Jones <jones.angie@gmail.com>
This commit is contained in:
Bradley Axen
2025-01-26 09:36:59 -08:00
committed by GitHub
parent 4548710f2f
commit 03f87e2b57
9 changed files with 31 additions and 31 deletions

View File

@@ -324,9 +324,9 @@ pub fn configure_extensions_dialog() -> Result<(), Box<dyn Error>> {
"Code editing and shell access",
)
.item(
"nondeveloper",
"Non Developer",
"AI driven scripting for non developers",
"computercontroller",
"Computer Controller",
"controls for webscraping, file caching, and automations",
)
.item(
"google_drive",