diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 0f763af1..8e3e6c74 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -773,24 +773,6 @@ } } }, - "styleMetaErrorSelectMissingKey": { - "message": "Invalid @var select: missing key '$key$'", - "description": "Error displayed when the value of @var select is not a valid key", - "placeholders": { - "key": { - "content": "$1" - } - } - }, - "styleMetaErrorSelect": { - "message": "Invalid @var select: $error$", - "description": "Error displayed when the value of @var select is invalid", - "placeholders": { - "error": { - "content": "$1" - } - } - }, "styleMissingMeta": { "message": "Missing medata @$key$", "description": "Error displayed when a mandatory metadata is missing",