[Pharo] Personal fitness tracker web app.
When logged in, the first main page's title should be the user's username.
src/MyFitnessTracker/MFTMainNavigationBarComponent.class.st
@@ -57,6 +57,6 @@
57
57
with: [
58
58
html navigationLink
59
59
callback: [ pm activePage: key ];
60
Removed:
with: value title asCapitalizedPhrase ] ] ] ].
60
Added:
with: value title capitalized ] ] ] ].
61
61
html div: [ html render: loginRegisterLogout ]
62
62
]