From f46139072903f726b7e311c61bc3f0237527f926 Mon Sep 17 00:00:00 2001 From: Eng1n33r Date: Thu, 2 Jun 2022 18:40:47 +0300 Subject: [PATCH] change about text --- 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 82857b006..cf326cd0a 100644 --- a/applications/about/about.c +++ b/applications/about/about.c @@ -58,9 +58,9 @@ static DialogMessageButton unleashed_info_screen(DialogsApp* dialogs, DialogMess DialogMessageButton result; const char* screen_header = "Unleashed Firmware\n" - "Allows what is not allowed\n"; - const char* screen_text = "Please use with caution\n" - "Not for illegal stuff!"; + "Play with caution.\n"; + const char* screen_text = "Be responsible.\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);