Keeping capitalization of MATLAB from manifest.yml

I have MATLAB written in all caps in manifest.yml. However, when the menus and landing page are rendered in the ODD webpages, it appears in title case (“Matlab”) instead. Is there a way to control this?

MathWorks is helping us conduct a workshop at our site, and they kindly asked if we could fix the capilization. We’re running OnDemand v 2.0.29. Thanks!

---
name: MATLAB
category: Interactive Apps
subcategory: Compute Node Jobs
role: batch_connect
description: "This app will launch a MATLAB GUI. You will be able\r\nto interact with the MATLAB GUI through a VNC session.\r\n\r\n[MATLAB]:
  https://www.mathworks.com/products/matlab.html\r\n"
icon: ''

Screen Shot 2024-02-01 at 3.48.55 PM

I just realized I had title: capitalized wrong in form.yml.erb. Fixing it there solved my issues.