Skip to content

Commit

Permalink
Update about.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ankris812 authored Dec 23, 2023
1 parent 8cf56b6 commit ea1a0e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/settings/about/about.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ static DialogMessageButton info_screen(DialogsApp* dialogs, DialogMessage* messa
DialogMessageButton result;

const char* screen_text = "Korai Fimrware\n"
"Unchain your device\n"
"Unchain your Flipper!\n"
"source at:\n"
"github.com/korai-labs/kora\n";
"github.com/korai-labs/korai\n";

dialog_message_set_text(message, screen_text, 0, 0, AlignLeft, AlignTop);
result = dialog_message_show(dialogs, message);
Expand Down

0 comments on commit ea1a0e5

Please sign in to comment.