fix(hotkeys): Correct grammar for W/L shortcut switch confirmation

This commit is contained in:
Bruno Alves de Faria 2018-07-17 07:15:59 -03:00 committed by Erik Ziegler
parent 02ec88655a
commit eae9df2c3f

View File

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