fix(Mobile): Typo in text for empty personal vehicle list
This commit is contained in:
parent
5024ea4d9d
commit
54829582f5
@ -40,7 +40,7 @@ namespace big
|
|||||||
{
|
{
|
||||||
if (g_mobile_service->personal_vehicles().empty())
|
if (g_mobile_service->personal_vehicles().empty())
|
||||||
{
|
{
|
||||||
ImGui::Text("No personal vehicle found, are you online?");
|
ImGui::Text("No personal vehicles found, are you online?");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user