Correct "n.nnnn" to "n.nnn"

This commit is contained in:
2013-12-22 13:11:04 -05:00
parent 8662b6ad7e
commit d7d7aa79a3
2 changed files with 2 additions and 2 deletions
@@ -51,7 +51,7 @@ namespace MileageTraker.Web.ViewModels.CreateLog
[Display(Name = "Gas Purchased")]
[DisplayFormat(DataFormatString = "{0:0.000}", ApplyFormatInEditMode = true)]
[Units("Gallons")]
[FormatHint("n.nnnn")]
[FormatHint("n.nnn")]
[InputSize("mini")]
public string GasPurchased { get; set; }
+1 -1
View File
@@ -59,7 +59,7 @@ namespace MileageTraker.Web.ViewModels.Log
[Display(Name = "Gas Purchased")]
[DisplayFormat(DataFormatString = "{0:0.000}", ApplyFormatInEditMode = true)]
[Units("Gallons")]
[FormatHint("n.nnnn")]
[FormatHint("n.nnn")]
[InputSize("mini")]
public string GasPurchased { get; set; }