Skip to content

Commit

Permalink
small UI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Apr 10, 2024
1 parent 0e31325 commit 42e436c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_pack/nfc_magic/scenes/nfc_magic_scene_magic_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void nfc_magic_scene_magic_info_on_enter(void* context) {

furi_string_printf(
message,
"Configured As %s",
"Configured As:\n%s",
gen4_get_configuration_name(&instance->gen4_data->config));

widget_add_string_multiline_element(
Expand Down

0 comments on commit 42e436c

Please sign in to comment.