Skip to content

Commit

Permalink
Give more emphasis and fix grammar mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMario211 authored Sep 5, 2024
1 parent b0638e0 commit 13e91a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ class $modify(CCScheduler) { // GD Protocol part
if (response->ok()) {
if (response->data().empty()) {
FLAlertLayer::create(nullptr,
"Error",
"An server error happened.",
"Error (GDUtils)",
"An error has occured with <cy>Robtop's servers</c>. The response returned empty.",
"OK",
nullptr,
180.0F
Expand Down Expand Up @@ -282,8 +282,8 @@ class $modify(CCScheduler) { // GD Protocol part
}
} else {
FLAlertLayer::create(nullptr,
"Error",
"An server error happened.",
"Error (GDUtils)",
"An error has occured with <cy>Robtop's servers</c>. The reason could be because you are either ratelimited, blocked, or another issue.",
"OK",
nullptr,
180.0F
Expand Down

0 comments on commit 13e91a7

Please sign in to comment.