From 6f64cc999697dc2d1aee3e1322bd9325f81f10e4 Mon Sep 17 00:00:00 2001 From: "DESKTOP-GENO133\\IvanPlex" Date: Sat, 3 Feb 2024 10:10:15 -0700 Subject: [PATCH] keyed labels. --- Views/Vehicle/_CollisionRecords.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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