diff --git a/commands/100-games/chartgamedevelopers.js b/commands/100-games/chartgamedevelopers.js
index 1f38c60..d7579fc 100644
--- a/commands/100-games/chartgamedevelopers.js
+++ b/commands/100-games/chartgamedevelopers.js
@@ -168,7 +168,7 @@ module.exports = {
                         beginAtZero: true,
                         title: {
                             display: true,
-                            text: 'Occurrences of genre',
+                            text: 'Occurrences of developers',
                             font: {
                             size: 48,
                             family: 'Tahoma',
diff --git a/commands/100-games/chartgamepublishers.js b/commands/100-games/chartgamepublishers.js
index a5f2fc1..0907ff2 100644
--- a/commands/100-games/chartgamepublishers.js
+++ b/commands/100-games/chartgamepublishers.js
@@ -167,7 +167,7 @@ module.exports = {
                         beginAtZero: true,
                         title: {
                             display: true,
-                            text: 'Occurrences of genre',
+                            text: 'Occurrences of publishers',
                             font: {
                             size: 48,
                             family: 'Tahoma',