diff --git a/src/Utils/NewProfilePage.cpp b/src/Utils/NewProfilePage.cpp index 53b027b..236a7fe 100644 --- a/src/Utils/NewProfilePage.cpp +++ b/src/Utils/NewProfilePage.cpp @@ -169,13 +169,13 @@ void NewProfilePage::onGDUtilsArtistBadgePressed(CCObject* pSender) { void NewProfilePage::onGDUtilsGDAwards2023BadgePressed(CCObject* pSender) { FLAlertLayer::create( nullptr, - "GDUtils GDAwards", + "GD Awards 2023 Winner", R"text( -GDUtils GDAwards is a user that won the GD Award 2023 Edition published on RobTop YouTube channel. +GD Awards 2023 Winner is a user that won the GD Award 2023 Edition published on RobTopGames YouTube channel. )text", "OK", nullptr, - 250.0f + 300.0f )->show(); }