diff --git a/app/ide-desktop/lib/dashboard/src/data/dataLinkSchema.json b/app/ide-desktop/lib/dashboard/src/data/dataLinkSchema.json index 09b65953fd..b5e8f7a8e1 100644 --- a/app/ide-desktop/lib/dashboard/src/data/dataLinkSchema.json +++ b/app/ide-desktop/lib/dashboard/src/data/dataLinkSchema.json @@ -260,9 +260,9 @@ "properties": { "type": { "const": "workbook", "type": "string" }, "defaultSheet": { - "title": "Default sheet", + "title": "Default sheet ℹ️", "$comment": "I want the title to be 'Default sheet (for writing)' to make it clear without hovering, but then the label is too wide. Can we make the modal wider?", - "description": "The default sheet used when writing a table to this data link.", + "description": "The default sheet used when writing a table to the workbook that this data link points to.", "type": "string", "minLength": 1, "default": "EnsoSheet"