You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bi0T1N
changed the title
Left menu on Docs page shows "Ros/gazebo Installation" instead of "ROS/Gazebo Installation"
Left menu on Docs page does not display text as specified
Apr 27, 2023
I'm not an expert in Golang but the casing might come from the strings.Title() function. It's not used directly in gazebosim-web-backend or gz-go but within the go-gorm dependency.
At least the following examples show the same phenomenon that can be observed at the moment:
package main
import (
"fmt""strings"
)
funcmain() {
fmt.Println(strings.Title(strings.ToLower("Migration from Ignition"))) // Migration From Ignitionfmt.Println(strings.Title(strings.ToLower("Spawn URDF"))) // Spawn Urdffmt.Println(strings.Title(strings.ToLower("Understanding the GUI"))) // Understanding The Gui
}
Description
Steps to reproduce
The text was updated successfully, but these errors were encountered: