Skip to content

Commit 186c1f6

Browse files
committed
correct spelling "Renal Clearances"
1 parent 4a8220d commit 186c1f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/OSPSuite.Assets/UIConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public static class Captions
240240
public static readonly string SnapshotFile = "Select snapshot file";
241241
public static readonly string ExportProjectToSnapshotDescription = "Export project to snapshot...";
242242
public static readonly string LoadProjectFromSnapshotDescription = "Load project from snapshot...";
243-
public static readonly string RenalClearance = "Renal Clearance";
243+
public static readonly string RenalClearances = "Renal Clearances";
244244
public static readonly string GlomerularFiltration = "Glomerular Filtration";
245245

246246
public static string EditTableParameter(string parameter, bool editable) => $"{(editable ? "Edit" : "Show")} table parameter '{parameter}'";

src/OSPSuite.Core/Snapshots/Mappers/IdentificationParameterMapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ private static void updatePathsForV12(ObjectPath parameterPath)
100100
parameterPath.Replace(ParameterMapper.Applications, EVENTS);
101101

102102
replaceRenalClearanceName(parameterPath, Captions.GlomerularFiltration);
103-
replaceRenalClearanceName(parameterPath, Captions.RenalClearance);
103+
replaceRenalClearanceName(parameterPath, Captions.RenalClearances);
104104
}
105105

106106
// renal clearances container names have been modified to append the name of the compound

0 commit comments

Comments
 (0)