mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed replace keyboard shortcut issue in the query tool on the normal keyboard layout. Fixes #6388
This commit is contained in:
committed by
Akshay Joshi
parent
81b78dd2b2
commit
b81ff45d34
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user