From 2ec10fa504138292e7acabcb87b1edda249c8630 Mon Sep 17 00:00:00 2001 From: Om Gawande <91261097+gawandeom@users.noreply.github.com> Date: Sun, 21 Dec 2025 20:29:54 +0530 Subject: [PATCH] fix(learn): correct capitalization in RPG character title (#64817) --- client/i18n/locales/english/intro.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 687a67c7d6a..08ff5909cc6 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -6711,7 +6711,7 @@ ] }, "lab-rpg-character": { - "title": "Build an RPG character", + "title": "Build an RPG Character", "intro": [ "In this lab you will practice basic python by building an RPG character." ]