From 74bf1d2a82d87740fbe347956472359b6a038cbd Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 25 Nov 2024 07:21:50 +0100 Subject: [PATCH] Use consistent name "Field key" for entry field (#22985) Both error messages just refer to the "field key" as such. Therefore the label in the dialog should be consistent. --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index b7c085b361..c658e79338 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -3792,7 +3792,7 @@ "duplicate": "[%key:ui::common::duplicate%]", "field": { "name": "[%key:ui::common::name%]", - "key": "Field variable key name", + "key": "Field key", "description": "Description", "required": "Required", "default": "Default",