Update about.c

This commit is contained in:
r3df0xx 2022-06-03 02:59:58 +03:00
parent b6fbeec8b2
commit 0f6471057c

View file

@ -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);