diff --git a/docs/docs/concepts/ui-user-interface.mdx b/docs/docs/concepts/ui-user-interface.mdx index 7db65c6209d6..6cfb198f9dcf 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" } } ``` @@ -1535,8 +1535,8 @@ will be overwritten! "text": "Length must be \u003e= 1, but got 2.", "type": "error", "context": { - "actual_length": 2, - "expected_length": 1 + "expected_length": 1, + "actual_length": 2 } } ```