This commit is contained in:
TheFantomas
2022-11-26 18:04:41 +01:00
committed by GitHub
parent 461a8b9031
commit 0dc4bb4f96
+1 -1
View File
@@ -81,7 +81,7 @@ elseif ESX.GetConfig().Multichar == true then
dateofbirth = v.dateofbirth,
skin = v.skin and json.decode(v.skin) or {},
disabled = v.disabled,
sex = v.sex == 'm' and Translate('male') or Translate('female')
sex = v.sex == 'm' and TranslateCap('male') or TranslateCap('female')
}
end
end