From 5513293ef6ebc7ebb0954be015967a6adb727aa7 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Thu, 30 Jan 2025 15:17:41 +0000 Subject: [PATCH] Shorten info text to fit in one line --- packages/client/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/manifest.json b/packages/client/manifest.json index c451fc0905..4b13713984 100644 --- a/packages/client/manifest.json +++ b/packages/client/manifest.json @@ -3094,7 +3094,7 @@ "type": "text", "label": "Format", "key": "format", - "info": "Changing the format will display the value as plain text" + "info": "Changing format will display values as text" } ] },