diff options
| author | 2025-08-31 19:09:02 +0200 | |
|---|---|---|
| committer | 2025-08-31 19:09:02 +0200 | |
| commit | 87879e83927d66332d2d0794bc47eeb55f8c9b46 (patch) | |
| tree | 2706ce65294feee9dd09375060d14914a9e6bfe9 /app/views/configure/shortcut.phtml | |
| parent | 94d4f942d3bd604473c1acd4b07113890e0890e0 (diff) | |
Improve leave validation (#7830)
* Improve leave validation
* array_key_exists -> isset
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/views/configure/shortcut.phtml')
| -rw-r--r-- | app/views/configure/shortcut.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/configure/shortcut.phtml b/app/views/configure/shortcut.phtml index d70a7ffef..0b9b6dd1c 100644 --- a/app/views/configure/shortcut.phtml +++ b/app/views/configure/shortcut.phtml @@ -199,9 +199,9 @@ </div> <div class="form-group"> - <label class="group-name" for="close_dropdown_shortcut"><?= _t('conf.shortcut.close_dropdown') ?></label> + <label class="group-name" for="close_menus_shortcut"><?= _t('conf.shortcut.close_menus') ?></label> <div class="group-controls"> - <input type="text" id="close_dropdown" name="shortcuts[close_dropdown]" list="keys" value="<?= $s['close_dropdown'] ?>" /> + <input type="text" id="close_menus_shortcut" name="shortcuts[close_menus]" list="keys" value="<?= $s['close_menus'] ?>" /> </div> </div> |
