Skip to content

Commit

Permalink
Merge pull request #82 from StefCoders/patch-2
Browse files Browse the repository at this point in the history
Spelling mistake on line 21 - portal.h
  • Loading branch information
n0xa committed Jan 30, 2024
2 parents 386e8be + 6dafaeb commit 19475df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define LOGIN_MESSAGE "Please log in to browse securely."
#define LOGIN_BUTTON "Next"
#define LOGIN_AFTER_MESSAGE "Please wait a few minutes. Soon you will be able to access the internet."
#define TYPE_SSID_TEXT "Lenght between 2 and 32\nInvalid: ?,$,\",[,\\,],+\n\nType the SSID\nPress Enter to Confirm\n\n"
#define TYPE_SSID_TEXT "SSID length should be between 2 and 32\nInvalid: ?,$,\",[,\\,],+\n\nType the SSID\nPress Enter to Confirm\n\n"
#elif defined(LANGUAGE_PT_BR)
#define LOGIN_TITLE "Fazer login"
#define LOGIN_SUBTITLE "Use sua Conta do Google"
Expand Down

0 comments on commit 19475df

Please sign in to comment.