mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-09 06:55:54 -06:00
Fix typo/thinko in access key definition.
This commit is contained in:
parent
905cdafe90
commit
efcf87636d
@ -52,8 +52,8 @@ try {
|
||||
<i class="fa fa-outdent"></i>
|
||||
</button>
|
||||
<button type="button" class="btn btn-default btn-continue"
|
||||
title="{{ _('Continue/Start') }}{{ _(' (accesskey+{0})'.format(accesskey.toggle_breakpoint)) }}"
|
||||
accesskey="{{ accesskey.toggle_breakpoint }}"
|
||||
title="{{ _('Continue/Start') }}{{ _(' (accesskey+{0})'.format(accesskey.start)) }}"
|
||||
accesskey="{{ accesskey.start }}"
|
||||
tabindex="0">
|
||||
<i class="fa fa-play-circle"></i>
|
||||
</button>
|
||||
|
Loading…
Reference in New Issue
Block a user