added missing strings

This commit is contained in:
Eugene Pankov
2022-04-01 12:51:53 +02:00
parent f7e51c298d
commit bc89774fbc
6 changed files with 36 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ h3.mb-3(translate) Hotkeys
.input-group-prepend
.input-group-text
i.fas.fa-fw.fa-search
input.form-control(type='search', placeholder='Search hotkeys', [(ngModel)]='hotkeyFilter')
input.form-control(type='search', [placeholder]='"Search hotkeys"|translate', [(ngModel)]='hotkeyFilter')
.form-group.hotkeys-table
ng-container(*ngFor='let hotkey of hotkeyDescriptions')