When logged in, the first main page's title should be the user's username.

Commit
d4b0e72c50b4bdae42c973e78eec827ad634dd74
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
src/MyFitnessTracker/MFTMainNavigationBarComponent.class.st
index 1839cc07..e6408c76 100644..100644
@@ -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 ]