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.
This commit is contained in:
Norbert Rittel 2024-11-25 07:21:50 +01:00 committed by GitHub
parent 8ea2e3f471
commit 74bf1d2a82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",