Fix a quoting issue that caused a blank UI to be displayed when running in French. Fixes #4407

This commit is contained in:
Dave Page
2019-06-28 08:54:58 -04:00
parent 24ec882f45
commit 64d31b9d3f
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -16,4 +16,5 @@ Bug fixes
*********
| `Bug #4403 <https://redmine.postgresql.org/issues/4403>`_ - Ensure the browser close confirmation is only shown when closing a Query Tool which is running in a separate browser tab.
| `Bug #4404 <https://redmine.postgresql.org/issues/4404>`_ - Prevent an error that may occur when editing data with an integer primary key.
| `Bug #4404 <https://redmine.postgresql.org/issues/4404>`_ - Prevent an error that may occur when editing data with an integer primary key.
| `Bug #4407 <https://redmine.postgresql.org/issues/4407>`_ - Fix a quoting issue that caused a blank UI to be displayed when running in French.