Fixed replace keyboard shortcut issue in the query tool on the normal keyboard layout. Fixes #6388

pull/55/head
Aditya Toshniwal 2021-06-23 12:34:01 +05:30 committed by Akshay Joshi
parent 81b78dd2b2
commit b81ff45d34
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ Housekeeping
Bug fixes
*********
| `Issue #6388 <https://redmine.postgresql.org/issues/6388>`_ - Fixed replace keyboard shortcut issue in the query tool on the normal keyboard layout.
| `Issue #6398 <https://redmine.postgresql.org/issues/6398>`_ - Fixed an issue where detaching the query editor panel gives a blank white panel.
| `Issue #6489 <https://redmine.postgresql.org/issues/6489>`_ - Fixed an issue where Execute/Refresh button should not be disabled when we run the empty query.
| `Issue #6541 <https://redmine.postgresql.org/issues/6541>`_ - Ensure that setting 'Open in new browser tab' should be visible, it should not be based on the value of 'ENABLE_PSQL'.

View File

@ -107,7 +107,7 @@
<li>
<a class="dropdown-item" id="btn-find-menu-replace" href="#" tabindex="0">
<span> {{ _('Replace') }}{% if client_platform == 'macos' -%}
{{ _(' (Cmd+Shift+F)') }}
{{ _(' (Cmd+Option+F)') }}
{% else %}
{{ _(' (Ctrl+Shift+F)') }}{%- endif %}</span>
</a>