Skip to content

Commit

Permalink
Fixes #2377 Reword global PK Analysis description (#2378)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwmcintosh authored Oct 31, 2022
1 parent c477c36 commit 92b0992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PKSim.Assets/PKSimConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2226,7 +2226,7 @@ public static class UI
public static readonly string Select = "Select";
public static readonly string Healthy = "Healthy";
public static readonly string RerunSimulationToSeeResults = "Please re-run the simulation to calculate PK-parameters.";
public static readonly string GlobalPKAnalysisDescription = "The median value calculated from all curves";
public static readonly string GlobalPKAnalysisDescription = "The median value calculated from all individual values";

public static readonly string[] DefaultExpressionProfileCategories = { Healthy };

Expand Down

0 comments on commit 92b0992

Please sign in to comment.