diff --git a/addons/workspace-dots/addon.json b/addons/workspace-dots/addon.json index 9d59671267..d5d9a96bff 100644 --- a/addons/workspace-dots/addon.json +++ b/addons/workspace-dots/addon.json @@ -1,12 +1,12 @@ { - "name": "Editor workspace dots theme", - "description": "Allows the customisation of the style of the editor workspace dots.", + "name": "Customizable code editor grid", + "description": "Change the style of the grid pattern in the code editor.", "tags": ["editor", "codeEditor", "theme"], "versionAdded": "1.39.0", "userscripts": [{ "url": "userscript.js", "matches": ["projects"] }], "settings": [ { - "name": "Dots theme", + "name": "Grid style", "id": "theme", "type": "select", "default": "dots",