Import FuelLog
This commit is contained in:
@@ -7,7 +7,7 @@ namespace MileageTraker.Web.Utility
|
||||
{
|
||||
protected override string FormatValueCore(string value)
|
||||
{
|
||||
return CultureInfo.CurrentCulture.TextInfo.ToTitleCase(value);
|
||||
return value.ToTitleCase();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user