File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
OSPSuite.Core/Snapshots/Mappers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 } '";
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments