Skip to content

Commit

Permalink
edit "the" zeus from lobby
Browse files Browse the repository at this point in the history
  • Loading branch information
tedpark217 committed Jun 6, 2024
1 parent b5ed807 commit cb82a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/gui/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ gui::widget::Flexbox::Ptr GUI::_createPlayerStatusRow(
font::Color color;

if (lobbyPlayer.get().desired_role == PlayerRole::DungeonMaster) {
playerRoleString = "You want to play as the Zeus.";
playerRoleString = "You want to play as Zeus.";
color = font::Color::YELLOW;
}
else if (lobbyPlayer.get().desired_role == PlayerRole::Player) {
Expand Down

0 comments on commit cb82a11

Please sign in to comment.