diff --git a/Views/Vehicle/_CollisionRecords.cshtml b/Views/Vehicle/_CollisionRecords.cshtml index 602e8af..c4e1b72 100644 --- a/Views/Vehicle/_CollisionRecords.cshtml +++ b/Views/Vehicle/_CollisionRecords.cshtml @@ -12,8 +12,8 @@
- @($"# of Repair Records: {Model.Count()}") - @($"Total: {Model.Sum(x => x.Cost).ToString("C")}") + @($"{@translator.Translate(userLanguage,"# of Repair Records")}: {Model.Count()}") + @($"{@translator.Translate(userLanguage,"Total")}: {Model.Sum(x => x.Cost).ToString("C")}") @foreach (string recordTag in recordTags) { @recordTag