summaryrefslogtreecommitdiffstats
path: root/src/network/verify_user.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/network/verify_user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/verify_user.h b/src/network/verify_user.h
index 01b9877c8..5c3852d4a 100644
--- a/src/network/verify_user.h
+++ b/src/network/verify_user.h
@@ -13,7 +13,7 @@ struct UserData {
std::string username;
std::string display_name;
std::string avatar_url;
- bool moderator = false; ///< Whether the user is a Citra Moderator.
+ bool moderator = false; ///< Whether the user is a yuzu Moderator.
};
/**