Rename the "Remap Key" button to "Remay key".

This commit is contained in:
László Monda
2018-06-27 21:28:16 +02:00
parent 32d9635b34
commit 5e4fc983fb

View File

@@ -109,7 +109,7 @@
<div class="d-inline-block pull-right">
<button class="btn btn-sm btn-default" type="button" (click)="onCancelClick()"> Cancel</button>
<button class="btn btn-sm btn-primary" [class.disabled]="!keyActionValid" type="button"
(click)="onRemapKey()"> Remap Key
(click)="onRemapKey()"> Remap key
</button>
</div>
</div>