diff --git a/docs/docs/concepts/ui-user-interface.mdx b/docs/docs/concepts/ui-user-interface.mdx index 423fc57cab77..61f6aa98d2c8 100644 --- a/docs/docs/concepts/ui-user-interface.mdx +++ b/docs/docs/concepts/ui-user-interface.mdx @@ -1559,8 +1559,8 @@ will be overwritten! "text": "\"{value}\" is not valid \"{format}\"", "type": "error", "context": { - "expected_format": "{format}", - "actual_value": "{value}" + "actual_value": "{value}", + "expected_format": "{format}" } } ```