app: minor, fix dial action

This commit is contained in:
King Kévin 2022-08-11 14:20:37 +02:00
parent bbc981fecb
commit aa1d7b1dde
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ static const struct menu_command_t menu_commands[] = {
.command_handler = &command_uptime, .command_handler = &command_uptime,
}, },
{ {
.shortcut = 'd', .shortcut = 'D',
.name = "date", .name = "date",
.command_description = "show/set date and time", .command_description = "show/set date and time",
.argument = MENU_ARGUMENT_STRING, .argument = MENU_ARGUMENT_STRING,