diff --git a/docs/en_US/import_export_servers.rst b/docs/en_US/import_export_servers.rst index 1aa421c9b..1e05f9617 100644 --- a/docs/en_US/import_export_servers.rst +++ b/docs/en_US/import_export_servers.rst @@ -103,7 +103,7 @@ The following example shows both a minimally defined and a fully defined server: "MaintenanceDB": "postgres" }, "2": { - "Name: "Fully Defined Server", + "Name": "Fully Defined Server", "Group": "Server Group 2", "Host": "host.domain.com", "HostAddr": "192.168.1.2", diff --git a/docs/en_US/release_notes_4_29.rst b/docs/en_US/release_notes_4_29.rst index 6e1de548b..727e8aba5 100644 --- a/docs/en_US/release_notes_4_29.rst +++ b/docs/en_US/release_notes_4_29.rst @@ -25,6 +25,7 @@ Bug fixes | `Issue #5943 `_ - Ensure that folder rename should work properly in Storage Manager. | `Issue #5974 `_ - Fixed an issue where the debugger's custom tab title not applied when opened in the new browser tab. | `Issue #5978 `_ - Fixed an issue where dynamic tab title has not applied the first time for debugger panel. +| `Issue #5982 `_ - Fixed documentation issue where JSON is not valid. | `Issue #5983 `_ - Added the appropriate server icon based on the server type in the new connection dialog. | `Issue #5985 `_ - Fixed an issue where the process watcher dialog throws an error for the database server which is already removed. | `Issue #5991 `_ - Ensure that dirty indicator (*) should not be visible when renaming the tabs.