mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-22 20:43:07 +00:00
better naming
This commit is contained in:
parent
6bfa591e92
commit
22be06174a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ void lfrfid_scene_saved_key_menu_on_enter(void* context) {
|
|||
submenu, "Write", SubmenuIndexWrite, lfrfid_scene_saved_key_menu_submenu_callback, app);
|
||||
submenu_add_item(
|
||||
submenu,
|
||||
"Write and set pass",
|
||||
"Write and set password",
|
||||
SubmenuIndexWriteAndSetPass,
|
||||
lfrfid_scene_saved_key_menu_submenu_callback,
|
||||
app);
|
||||
|
|
Loading…
Reference in a new issue