From 4e383f01b71a5e3f6105e247f0422ec8d177891a Mon Sep 17 00:00:00 2001 From: r3df0xx Date: Fri, 3 Jun 2022 00:40:57 +0300 Subject: [PATCH] Update about.c Correct text --- applications/about/about.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/about/about.c b/applications/about/about.c index cf326cd0a..7d1ea1993 100644 --- a/applications/about/about.c +++ b/applications/about/about.c @@ -58,8 +58,9 @@ static DialogMessageButton unleashed_info_screen(DialogsApp* dialogs, DialogMess DialogMessageButton result; const char* screen_header = "Unleashed Firmware\n" - "Play with caution.\n"; + const char* screen_text = "Be responsible.\n" + "Play with caution.\n" "Not for illegal use!"; dialog_message_set_header(message, screen_header, 0, 0, AlignLeft, AlignTop);