change about text

This commit is contained in:
Eng1n33r
2022-06-02 18:40:47 +03:00
parent cf33a0ff33
commit f461390729

View File

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