diff --git a/Pages/Portfolio-Review.razor b/Pages/Portfolio-Review.razor index b893b0f..6ee040c 100644 --- a/Pages/Portfolio-Review.razor +++ b/Pages/Portfolio-Review.razor @@ -63,7 +63,7 @@ Portfolio Review@(stepPath==null?"":": "+stepPath.Replace('-',' ')) - bogle.tool familyData.UpdatePercentages();

- Portfolio Review
+ Portfolio Review (@appData.CurrentProfileName)

Bogleheads.org forum enables you to Ask Portfolio Questions ↗️. This tool makes it easy to collect your information and format it properly.

@@ -338,7 +338,7 @@ Portfolio Review@(stepPath==null?"":": "+stepPath.Replace('-',' ')) - bogle.tool string nextPage = folderName + nextStep?.step;

- Portfolio Review > @step.title (@step.number)
+ Portfolio Review (@appData.CurrentProfileName) > @step.title (@step.number)

diff --git a/Pages/Profiles.razor b/Pages/Profiles.razor index ec16b0f..1709474 100644 --- a/Pages/Profiles.razor +++ b/Pages/Profiles.razor @@ -8,7 +8,7 @@

bogle.tools profiles

-Click on profile name to make it the active profile, then navigate to which ever tool you'd like to use.
+Click on profile name to make it the active profile. You'll be navigated back to your prior page.