From d5333609035fa9720bb69d88a7472695acb5036b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 19 Mar 2026 20:01:49 +0200 Subject: [PATCH] chore(attributes): rename textarea to multiline text --- apps/client/src/translations/en/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json index b719e8cd31..27891a02ab 100644 --- a/apps/client/src/translations/en/translation.json +++ b/apps/client/src/translations/en/translation.json @@ -343,7 +343,7 @@ "label_type_title": "Type of the label will help Trilium to choose suitable interface to enter the label value.", "label_type": "Type", "text": "Text", - "textarea": "Textarea", + "textarea": "Multi-line Text", "number": "Number", "boolean": "Boolean", "date": "Date",