Skip to content

Commit 42e436c

Browse files
committed
small UI fix
1 parent 0e31325 commit 42e436c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base_pack/nfc_magic/scenes/nfc_magic_scene_magic_info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void nfc_magic_scene_magic_info_on_enter(void* context) {
4747

4848
furi_string_printf(
4949
message,
50-
"Configured As %s",
50+
"Configured As:\n%s",
5151
gen4_get_configuration_name(&instance->gen4_data->config));
5252

5353
widget_add_string_multiline_element(

0 commit comments

Comments
 (0)