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

This commit is contained in:
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

@@ -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>