diff --git a/docs/docs/concepts/ui-user-interface.mdx b/docs/docs/concepts/ui-user-interface.mdx index 0568ade45bb1..423fc57cab77 100644 --- a/docs/docs/concepts/ui-user-interface.mdx +++ b/docs/docs/concepts/ui-user-interface.mdx @@ -1330,8 +1330,8 @@ will be overwritten! "text": "Remove security key \"{name}\"", "type": "info", "context": { - "added_at": "2020-01-01T00:59:59Z", - "display_name": "{name}" + "display_name": "{name}", + "added_at": "2020-01-01T00:59:59Z" } } ``` @@ -1559,8 +1559,8 @@ will be overwritten! "text": "\"{value}\" is not valid \"{format}\"", "type": "error", "context": { - "actual_value": "{value}", - "expected_format": "{format}" + "expected_format": "{format}", + "actual_value": "{value}" } } ```