fix(hotkeys): Correct grammar for W/L shortcut switch confirmation
This commit is contained in:
parent
02ec88655a
commit
eae9df2c3f
@ -1,6 +1,6 @@
|
||||
<template name="hotkeysConfirmReplacementPopover">
|
||||
{{#popoverForm (extend this confirmLabel='Yes' cancelLabel='No' confirmClass='btn-danger')}}
|
||||
<p><b>{{this.conflictedFunctionName}}</b> is already using the <b>{{this.hotkeyCombination}}</b> shortcut.</p>
|
||||
<p>Do you want to use the shortcut to the <b>{{this.newFunctionName}}</b> function instead?</p>
|
||||
<p>Do you want to use the shortcut for the <b>{{this.newFunctionName}}</b> function instead?</p>
|
||||
{{/popoverForm}}
|
||||
</template>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user