diff --git a/js/plugins/CBR_eroStatus_main.js b/js/plugins/CBR_eroStatus_main.js index 720dd38..f28e249 100644 --- a/js/plugins/CBR_eroStatus_main.js +++ b/js/plugins/CBR_eroStatus_main.js @@ -839,7 +839,7 @@ function Scene_eroStatus() { var sX = 84; var lineX = 75; this.changeTextColor("#000000"); - this.drawTextM("Recent H Experience Report", sX, sY, 400); + this.drawTextM("Recent H Experience", sX, sY, 400); this.drawTextM("Partner", sX, sY + lineY, 400); this.drawTextM("Race", sX, sY + lineY * 2, 400); this.drawTextM("Location", sX, sY + lineY * 3, 400);