From 0f6471057c672211b2135f630d85fc74dfad1894 Mon Sep 17 00:00:00 2001 From: r3df0xx Date: Fri, 3 Jun 2022 02:59:58 +0300 Subject: [PATCH] Update about.c --- applications/about/about.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/about/about.c b/applications/about/about.c index 27479b927..76c63e3b7 100644 --- a/applications/about/about.c +++ b/applications/about/about.c @@ -59,9 +59,9 @@ static DialogMessageButton unleashed_info_screen(DialogsApp* dialogs, DialogMess const char* screen_header = "Unleashed Firmware\n"; - const char* screen_text = "Be responsible.\n" - "Play with caution.\n" - "Not for illegal use!"; + const char* screen_text = "Play with caution.\n" + "Not for illegal use!"; + dialog_message_set_header(message, screen_header, 0, 0, AlignLeft, AlignTop); dialog_message_set_text(message, screen_text, 0, 26, AlignLeft, AlignTop);